|
Hello
Please try after adding the following content in the .htaccess file.
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} domain.com
RewriteCond %{REQUEST_URI} !subfolder/
RewriteRule ^(.*)$ subfolder/$1 [L
Regards
Manoj Krishnan
< link drop removed AGAIN!! >
Last edited by chrishirst; 08-27-2008 at 05:48 AM..
|