Jumat, 19 November 2010

Using Apache virtual directory with cakephp

Change your .htaccess file in your application folder, in my case is myapp

/--myapp
|--app
|--cake


<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /myapp
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]

</IfModule>


This should be working.

0 komentar:

Posting Komentar

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More