: I think I don't properly understood your question, but here is an excerpt from my .htaccess after moving a site from one CMS installation to another: # redirect a single page (in this case
I think I don't properly understood your question, but here is an excerpt from my .htaccess after moving a site from one CMS installation to another:
# redirect a single page (in this case the one with category ID 38)
RewriteCond %{REQUEST_URI} ^[/]?[cms/]+front_content.php$ [NC]
RewriteCond %{QUERY_STRING} ^.*idcat=38.*$ [NC]
RewriteRule ^(.*)$ index.php?q=12 [R=301,L,NC]
# …a bunch of other redirects (for about 20 pages)
# redirect all other old URLs to the homepage
RewriteCond %{REQUEST_URI} ^[/]?[cms/]+front_content.php$ [NC]
RewriteRule ^(.*)$ index.php? [R=301,L,NC]
More posts by @Murphy175
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.