View Single Post
Old 08-03-2009, 03:06 PM   #1 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default mod_rewrite help

So I think today is an off day, but I can't manage to write the current rule to make:
domain.com/profile/name.foo

picked up as:
domain.com/profile/?user=name.foo

So far I have this
Code:
RewriteEngine On
Options +FollowSymLinks
RewriteRule /re/profile/(.*)/$ /re/profile/?user=$1
It throws off a 500 error which I presume is it's way of telling me I have some sort of syntactical error
__________________
My Blog
Enfernikus is offline  
Reply With Quote