Asked by kevp75
at 2024-08-05 08:36:21
Point:500 Replies:5 POST_ID:828700USER_ID:11595
Topic:
Apache Web Server;Components;Web Servers
I have a ExpressionEngine install, that is running 2 websites (yes, my licensing is all set).
Since I have added a domain to point to the second site, I need to update the old links: http://mysite.com/othersite to redirect to http://othersite.com
So, even though http://othersite.com brings up the other site, when I attempt to add:
RewriteEngine On
RewriteBase /
Redirect 301 /othersite http://othersite.com
to mysite.com root .htaccess file, it ends up causing a redirect loop for othersite.com
How can I fix this?
Since I have added a domain to point to the second site, I need to update the old links: http://mysite.com/othersite to redirect to http://othersite.com
So, even though http://othersite.com brings up the other site, when I attempt to add:
RewriteEngine On
RewriteBase /
Redirect 301 /othersite http://othersite.com
to mysite.com root .htaccess file, it ends up causing a redirect loop for othersite.com
How can I fix this?