Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

301 redirects not working
(1 viewing) (1) Guest
SEO component and search engine friendly URLs manager for Joomla!

If your topic falls within one of the subcategories, then please post it directly there. Post to this parent category only if your question does not match any subcategory topic.
  • Page:
  • 1

TOPIC: 301 redirects not working

301 redirects not working 12 years, 5 months ago #24680

I have an older site using joomla 1.0 and JoomSEF v2.2.6. I have set up a few 301 redirects, but they do not appear to be working. Is there some step i have neglected to take?
The topic has been locked.

Re: 301 redirects not working 12 years, 5 months ago #24687

  • dajo
  • OFFLINE
  • Posts: 5069
Hi, could you post a few examples of your 301 redirects?
ARTIO Support Team
The topic has been locked.

Re: 301 redirects not working 12 years, 5 months ago #24701

Moved from URL - belleruthnaparstek.com/ Moved to URL - www.belleruthnaparstek.com Never
Moved from URL - belleruthnaparstek.com/index.php Moved to URL - www.belleruthnaparstek.com Never

I also tried to purge sef urls recently and that isn't working anymore. It used to work.

When i pasted the text in it removed the http:// from the urls
Last Edit: 12 years, 5 months ago by emediacy. Reason: clarification
The topic has been locked.

Re: 301 redirects not working 12 years, 5 months ago #24704

  • dajo
  • OFFLINE
  • Posts: 5069
These URLs won't work. The 301 redirection feature can only handle the relative part of the URL, not the domain, so you will need to use custom redirection rules in your .htaccess file to redirect from non-www to www, like this:

RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule (.*) www.belleruthnaparstek.com/$1 [R=301,QSA,L]

You can find more information about .htaccess redirects on Google.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty