redirects displaying root_path

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Jesse
Forum Members
Forum Members
Posts: 29
Joined: Fri Jan 07, 2011 8:56 pm

redirects displaying root_path

Post by Jesse »

I have a series of redirects specified in my .htaccess file.

RewriteRule ^education-center.htm$ financial-fitness-center [R=301,L]

so to test it by pasting in
http://myurl/education-center.htm
I get redirected to:

http://myurl/home/consumer/public_html/ ... ess-center
(which works, but isn't what I want the url to look like)

instead of
http://myurl/financial-fitness-center
(which is what i want the url to look like)

my config.php file has
$config['root_path'] = '/home/consumer/public_html/';

how do I get this to not show up in the url?
Post Reply

Return to “CMSMS Core”