andrewbacc Posted October 23, 2008 Share Posted October 23, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.