Jump to content

Very simple mod rewrite, not working, please help


chantown

Recommended Posts

Hello there,

 

I have a mod rewrite that doesn't seem to work  :(

 

Options +FollowSymLinks  (optional)
Options +Indexes (optional)

RewriteEngine On
RewriteRule ^/([0-9a-z])$ /?code=$1 [L]

 

Basically, I would like

www.domain.com/stuff123    ------>    www.domain.com/?code=stuff123

 

Can someone find anything wrong with my code?

 

Thanks!

 

 

 

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.