diff options
Diffstat (limited to 'www/cakephp/files/cakephp-development.conf.in')
-rw-r--r-- | www/cakephp/files/cakephp-development.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cakephp/files/cakephp-development.conf.in b/www/cakephp/files/cakephp-development.conf.in index f0ac4879ab1..86a7a676d57 100644 --- a/www/cakephp/files/cakephp-development.conf.in +++ b/www/cakephp/files/cakephp-development.conf.in @@ -1,7 +1,7 @@ AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -Alias /cakephp %%DATADIR%% +Alias /cakephp %%WWWDIR%% <Location /cakephp> DirectoryIndex index.php |