skip to Main Content

Redirect OLD urls to NEW urls. Rewrite Rules or something else – SEO

Currently our website uses custom made encrypted URLs, for example: DOMAINNAME/index.php?case1=616c6c50726f647563747347656f7267654d617a67616c6f764d794d6f746f2e4247214023&case2=70726f6d6f47656f7267654d617a67616c6f764d794d6f746f2e4247214023 This retrieves all discounted products on our website. We plan to rewrite URLs to make them user/SEO friendly, but we would like for old URLs (like the one above)…

VIEW QUESTION

.htaccess affect other file url – SEO

I am trying to make .htaccess rule not affect other file url example my .htaccess rule is RewriteEngine On RewriteRule ^([^/]*)$ /tr/hp.php?q=$1 [L] my site url is mydomain.com/keywords everything working good on keywords but when I try to open robots.txt…

VIEW QUESTION

htaccess RewriteRule to https doesn't work combined with other rules – SEO

I'm trying to set a few rules in my .htaccess to work in a specific way: Specific page redirections: RewriteRule "^web/site/mais$" https://www.main.com/front/for-you/insurance/ [R=301,L] Home redirection RewriteRule ^$ https://www.forexample.com.br/for-you/ [R=301,L] RewriteRule ^/$ https://www.forexample.com.br/for-you/ [R=301,L] HTTP to HTTPS and add www to…

VIEW QUESTION

Dynamic url change into seo friendly url

A very common problem, but couldn't fix the issue. I want http://website.de/page.php?module=helios into http://website.de/page/helios I have tried lots of .htaccess code like this one, but still page sends to 404. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$…

VIEW QUESTION
Back To Top
Search