Simple Rewrite
2 posts
• Page 1 of 1
Simple Rewrite
I'm having trouble doing a virtual directory rewrite.
I need to route
/search/A/a/B/b/C/c....
to /PropertyListings.aspx?A=a&B=b.....
Any help would be greatly appreciated.
Thanks
I need to route
/search/A/a/B/b/C/c....
to /PropertyListings.aspx?A=a&B=b.....
Any help would be greatly appreciated.
Thanks
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: Simple Rewrite
Hello,
Please, try using the following for 4 parameters, you mat add enother for 2,6,8, etc:
Regards
Andrew
Please, try using the following for 4 parameters, you mat add enother for 2,6,8, etc:
- Code: Select all
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^search/(^/+)/(^/+)/(^/+)/(^/+)$ /PropertyListings.aspx?$1=$2&$3=$4 [NC,L]
Regards
Andrew
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests