[r=301

  1. Nirjonadda

    Add rules in htaccess

    Fillip H., Please Add this rules in your htaccess RewriteEngine On # Force SSL: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Force www: RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^...
  2. G

    Question Redirect 301 vbulletin url to DBSeo url

    Hi! I've a problem with 301 redirect from olds vbulletin's url to new DBSeo urls. The old urls have this structure http://www.milistory.net/forum/threads/41221-Prova-di-post I've tried to add this on my .htaccess but all the redirects are to the home page. RewriteRule...
Back
Top