For some reason any 301 redirect out FROM the arastta instal directory (example: vvv.spot98.net/store/page.html) DO NOT WORK.
All other root or directories NOT within the arastta instal directory WORK. :)
something is preventing the 301 to work...

Any help fellas?
In SEO
Sunday, June 18 2017, 01:53 AM
Share this post:

Accepted Answer

Monday, June 19 2017, 09:51 PM - #Permalink
OK, for me I found the problem and the fix for the 301 redirects not working.

Using the VIA cpanel redirects it did not work. It looked something like this.


RewriteCond %{HTTP_HOST} ^spot66\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.spot66\.net$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^store\/find\-decals\.html$ "https\:\/\/www\.spot66\.net\/store\/product\/search\.html" [R=301,L]



By going to the HTACCESS file manually and simply doing this type 301 redirect it works.


Redirect 301 /store/wheels-t-shirts/hotrods-t-shirts.html https://www.spot66.net/store/vintage-cars-t-shirts.html


Hope this helps someone with duplicate content type problem. ;)
The reply is currently minimized Show
Responses (0)
  • There are no replies here yet.
Your Reply