Jump to content

probably something easy


smith.james0

Recommended Posts

I am using the following code

RewriteCond %{QUERY_STRING} id=(\d+)
RewriteRule included/bee\.php$ http://www.beekeepinglinks.co.uk/bee.php?ID=%1 [R=301,L]

RewriteCond %{QUERY_STRING} Category2=(\d+)
RewriteRule categories\.php$ http://www.beekeepinglinks.co.uk/categories.php?Category=%1 [R=301,L]

The second statement wont work, but I can not understand why, can anyone help?

 

James

Link to comment
https://forums.phpfreaks.com/topic/285373-probably-something-easy/
Share on other sites

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.