Tagged Questions
0
votes
1answer
31 views
Apache Redirect Permanent For URL with Data in String (Question Mark)
I am looking for an Apache redirect where the source URL has a question mark in it.
Redirect permanent /course/view.php?id=68 http://exmaple.com/page.php
I've tried escaping the question mark, but ...
0
votes
2answers
93 views
mod_alias subdirectory replacement
I am using RewriteMatch to redirect all traffic from subdir1 to subdir2, while keeping all other parts of the url the same. So for instance,
http://www.mydomain.com/subdir1/
would redirect to
...