Redirect problem: 500
-
Hi,
We make a new version of a website (an http site) and today we put it online.This new site have different page urls, and (obviously) is an https site.I set some redirect from previous urls (like https://www.my-site.com/old-page.asp) to the new ones (like https://www.my-site/new-page) and… NO REDIRECTION.
In the “verify tool” in the plugin, I read “Found: 500 – No agent”.
EDIT
We’re using Secure SSL and this in .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>Any suggestion?
Thanks in advance.
Luca
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect problem: 500’ is closed to new replies.