Osclass forums

Support forums => Tips, tricks, and tutorials => Topic started by: appsfinder on August 24, 2018, 08:29:50 pm

Title: need urgent help ads not 301 redirect
Post by: appsfinder on August 24, 2018, 08:29:50 pm
hi can anyone help

my site redirect at home page e.g. http://www.mydomain.com to https://www.mydomain.com and none www to www but my ads don't redirect

e.g. http://www.mydomain.com/1/wedding-cake to https://www.mydomain.com/1/wedding-cake this is bad for seo need urgent help

my htaccess

IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R,L]

my config file has https url
Title: Re: need urgent help ads not 301 redirect
Post by: Aficionado on August 24, 2018, 10:19:46 pm
https://forums.osclass.org/tips-and-tricks/read-me/