Jump to content

URL Rewrite


andrewbacc

Recommended Posts

Hi, I am tring to use Rewrite on a project I am working on I have got it work

 

RewriteEngine on
RewriteRule index/xps/(.*)/pid/(.*)/ index.php?xps=$1&pid=$2
RewriteRule index/xps/(.*)/pid/(.*) index.php?xps=$1&pid=$2	

 

which does work it redirects me from "index/xps/pview/pid/98/"  to "index.php?xps=pview&pid=98" but I thought (I might be wrong) the whole point of rewrite was that "index.php?xps=pview&pid=98" stayed hidden but for me it still appears in the URL bar.

 

Any ideas, I hope I have explained it well this is my first day using url rewrite!

andrew

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