Tagged Questions
0
votes
2answers
75 views
mod_alias redirect tips
all. I search the sites but can not find my answer, so I post it.
I want to redirect url like this
example.com/css/.... ====> example.com/templates/css/...
example.com/path/css/.... ====> ...
0
votes
2answers
89 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
...
0
votes
1answer
828 views
mod_alias AliasMatch Regex - matching everything in a folder except two patterns?
I'd like to use AliasMatch to create an alias for everything within a folder, except for two (or more) specific regex patterns.
For instance the following AliasMatch creates an alias for everything ...