Jump to content

Simple Help With Rewrite!


gaza165

Recommended Posts

Hi Everyone!!

 

Im not very clear on mod_rewrite rules...

 

In my index file i have a CASE/SWITCH block that controls what content displays on the homepage...

 

I am trying to write my mod_rewrite to do the following..

 

If a user looks for....

 

http://www.domain.com/portfolio

 

then it will do

 

http://www.domain.com/?c=portfolio

 

can someone please help me out???

 

thanks

 

Garry

Link to comment
https://forums.phpfreaks.com/topic/176366-simple-help-with-rewrite/
Share on other sites

I've very much a mod_rewrite novice myself, but I think the actual RewriteRule would be as simple as...

 

RewriteRule /([A-Za-z]+) /?c=$i

 

The bit in brackets is regex, so you just need to match any characters that are allowed in your url.

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.