Page 1 of 1

.htaccess

Posted: Fri Feb 23, 2007 9:38 pm
by psychotomus
I'm trying to convert the following url http://www.mypage.com/view-poem.php?use ... 20Is%20You

to

http://www.myspace.net/poems/Sim/1/My%20Live%20Is%20You

i am currently using the following mod rewrite and its not working

RewriteRule ^poems/(.*)/(.*)/(.*)/$ /view-poems.php?user=$1&id=$2&title=$3 [NC,L]


any ideas on what i'm doing wrong?

Posted: Sat Feb 24, 2007 2:47 am
by nickvd
Does it work with http://www.myspace.net/poems/Sim/1/My%2 ... 0Is%20You/ ??

If so, add a question mark after the last slash in your rule (or just remove the slash)