| Posted: 06 September 2010 at 2:04pm | IP Logged
|
|
|
Hello,
I have a website ( http://www.example.com/health) with Wordpress installed in a sub folder called "health."
Unfortunately, when I access Wordpress, it wants to default to
http://example.com/health I would prefer to keep the www in the url as it was.
I tried several different rewites, even a Wordpess plugin, yet I can't seem to get it right.
Below is the .htaccess file from Wordpress. Can someone please tell me how to do the proper url rewrite so that Wordpress open as http://www.example.com/health ?
Here is the present .htaccess file from Wordpress:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /health/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /health/index.php [L] </IfModule>
# END WordPress
Thanks very much for your help,
George
__________________ Right On Top, Inc
|