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

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