Jump to content

rewrite


purencool

Recommended Posts

I am trying to rewrite a url and not having much luck. the current urls is,

 

http://work/cms/index.php?p=contact

 

what  I would like is

http://work/cms/contact

 

 

My htaccess file has the following rule

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/([^/]+)/.php /index.php?p=$1 [NC]

 

But it is not working can anyone give me some idea what is wrong?

 

Link to comment
https://forums.phpfreaks.com/topic/243652-rewrite/
Share on other sites

it works if I type http://work/cms/contact.  But it is not rewriting the url do I have the correct assumption.

 

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/([^/]+)/.php /index.php?p=$1 [NC]

 

Is this happening because of  my expression or do I need to look for more. I don't want the answer I will work it out I but some direction would be great

^/([^/]+)/.php

 

Thanks for your help

Link to comment
https://forums.phpfreaks.com/topic/243652-rewrite/#findComment-1251018
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.