htaccess Elite

.htaccess tutorial


All times are UTC [ DST ]





Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: .htaccess URL rewrite - syntax
PostPosted: 10 Jun 2008 21:36 
Offline

Joined: 10 Jun 2008 21:33
Posts: 1
Hi,

I am trying to set up my site to have nicely formatted URLs. I am trying to get a rewrite rule to transfer:

http://micasa.ie/BiancaBed-134/BiancaRange-rn/43.htm

to

http://micasa.ie/prodView.php?id=134&frm=rn&refId=43

I am using the following .htaccess file:

Code:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^[A-Z0-9_-]+-([0-9]+)/[A-Z0-9_-]+-([A-Z])/([0-9]+)\.htm$ prodView.php?id=$1&frm=$2&refId=$3 [L,NC]


There are no problems with permissions and stuff because I have gotten simpler versions of this to work. Can anybody see what Im doing wrong?

I get a page not found error when I use my formatted URL.

Thanks:

Beedge


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB