Jump to content

Help with a rule for mod rewite


rondog

Recommended Posts

I have a rule that works ok

 

RewriteEngine ON
RewriteRule ^([A-Za-z0-9-]+)?$ index.php?do=$1 [L]

 

That takes something like /wwwroot/clip-bin and interprets it as index.php?do=clip-bin

 

Now my question is I need a second rule.

 

In the clip bin, I have a list of clips that I want clickable..the url of them is /wwwroot/clip/# where # is simply a number. I dont know where to go from here. Basically I need it to interpret as index.php?do=clip&id=# ....can anyone help with this?

Link to comment
https://forums.phpfreaks.com/topic/199945-help-with-a-rule-for-mod-rewite/
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.