I know it has come up before and there seems to be no definitive answer I can find, I would really like to see acatalog gone from my URL's - is there a way to do this via HTACCESS?
thank you
thank you
RewriteEngine on RewriteCond %{HTTP_HOST} ^harrisontelescopes\.co\.uk\/acatalog [NC,OR] RewriteCond %{HTTP_HOST} ^www\.harrisontelescopes\.co\.uk\/acatalog [NC] RewriteRule ^(.*)$ http:\/\/harrisontelescopes\.co\.uk\/telescopes\/$1 [L,R=301,NC]
Comment