I googled alot of examples and can't get additional strings to work
so if you go to server.com/file/ work fine, but I want to add additional &strings and can't get them to work.Code:RewriteEngine On RewriteCond %{HTTP_HOST} ^server\.com RewriteRule (.*) http://www.server.com/$1 [R=301,L] RewriteRule (.*)/$ url.php?loc=$1 Options +FollowSymLinks
I would like to add other options:
url.php?loc=$1&unit=$2 (as) server.com/file:unit/
My second question, say my second tier isn't always "unit" say its "set" do I have to add another rewrite line for that claus? server.com/file:set/
Any help would be much appreciated...


Reply With Quote
Bookmarks