.htaccess
Morning 
I have a prob with an old app created b y someone else, the app was created in the root directory (htdocs), and it cannot be moved as all the links point to the bloody root directory... after some searching it seems that it was set in the .htacess file.
I know nothing of how these RewriteRule Rules work
here's the current .htaccess file:
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
it needs to point to the 'root_directory/new_folder'
any ideas?
Thanks
Shem
Shem, January 21st, 2009 05:43 AM
Bookmarks