Jump to content

Rewrite Help!


genics

Recommended Posts

Hi folks,

 

I need to change the appearance of my URLs from:

 

/index.php?p=test&c=content

 

To:

 

/test:content

 

So far i've used the following:

 

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?p=$1 [L,QSA]

 

To achieve:

 

/test&c=content

 

 

So I guess I'm halfway there. Does anybody know how to do the rest?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/97553-rewrite-help/
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.