Hi all,
I'm assisting a client with creating an affiliate website and was investigating mod_rewrite as the solution.
The idea is that a person on the net could hit a url like the following;
http://www.companysite.com/member/membername
This would go to the same subdirectory and page for every member where the page that displays would lookup info about the member based on the requested URL.
I tried using the aliasmatch in much the same way that the vhosts_ispconfig.conf file does, however, if I put in something like;
AliasMatch ^/member/([^/]+)(/(.*))? /var/www/web11/web/test
and goto the following;
http://www.companysite.com/member/MyName
it gets sent to the following;
Code:
http://www.companysite.com/member/MyName/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/
what might be causing this and is there a better way to handle something like this?
Thanks
Ken
Recent comments
1 day 6 hours ago
1 day 15 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 22 hours ago
2 days 2 min ago
2 days 1 hour ago
2 days 17 hours ago
2 days 18 hours ago