Jump to content

Make a file Ignore RewriteRule


Evan_McIntosh

Recommended Posts

RewriteRule ^([^/]*)\.html$ random.php?id=$1 [L]

 

Any link to a file in the folder will be Rewritten as above.

 

example:

www.url.com/cat.html 

 

becomes:

www.url.com/random.php?id=cat

How can I make a link ignored so a html file in the folder can be opened?
 

 

 

Link to comment
https://forums.phpfreaks.com/topic/281327-make-a-file-ignore-rewriterule/
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.