Jump to content

Mod_rewrite Convert word to number


tronicsmasta

Recommended Posts

hello,

 

I am trying to use mod_rewrite to make urls friendly... but at this time the majority of the code relies on SID being a # and CID being a number

eg: domain.com?sid=10&cid=205

 

I would like to take a word in the URI and change it to 10

eg: myword = 10

eg: domain.com/myword/205    is actually domain.com?sid=10&cid=205

 

so far my #'s in the URI are working just fine

 

.htaccess

RewriteEngine On 
RewriteRule ^/?([0-9]+)/([0-9]+)$ [NC]
index.html?sid=$1&cid=$2

 

 

ideas??

 

thank yOU!

 

Quinton

 

Link to comment
https://forums.phpfreaks.com/topic/141380-mod_rewrite-convert-word-to-number/
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.