Jump to content

[SOLVED] htaccess strip part of the URL - Part of rewrite rull


CBG

Recommended Posts

Hi,

 

I have the below rule to try and convert index.php?page=allnews&etc.. to news.php

RewriteCond %{QUERY_STRING} page=allnews
RewriteRule ^index.php$ news.php [R=301,L]

 

The problem I am having is the URL changes to: news.php?page=allnews

I am wanting to strip everything after news.php in the rule

 

Can anyone help?

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.