Jump to content

.htaccess with two variables


bravo14

Recommended Posts

Hi all

 

I am using the following rewrite rule

 

 

RewriteRule ^news([a-z0-9_-]+)/([a-z0-9_-]+)(/)?$ news.php?id=$1&identifier=$2

 

when I use the link generated I get a 404 Not Found but if I go the genuine URL e.g. www.jasondoyle69.com/news.php?id=[id]&identifier=[identifier], then the page is displayed correctly.

 

My question is, how do I do the rewrite rule for this, where there two php variables?

 

Link to comment
https://forums.phpfreaks.com/topic/293059-htaccess-with-two-variables/
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.