Search found 1 match

by taxidave
Sat Jun 06, 2009 9:40 am
Forum: Miscellaneous
Topic: mod_rewrite help please!
Replies: 1
Views: 2063

mod_rewrite help please!

Hi, I have started using Mod Rewrite and have a problem with displaying sub-directories re-writes. I'm trying to rewrite the following structure /menu/submenu/content/ I'm using RewriteRule ^/([^/]+)/?([^/]*)/?([^/]*)/?$ /content.aspx?pname=$1&pname2=$2&content=$3 [L] This does not work and ...