Open GoogleCodeExporter opened 9 years ago
Do you need redirection from one site to another? It is possible, but
full support for mod_rewrite is to complicated.
Original comment by iPop...@gmail.com
on 9 Mar 2010 at 7:30
To begin, rewriting from one site to another is probably my first challange; it
would
account for 80% of my redirect cases.
I am pretty sure that I would probably need multiple rewrite rules for each
virtual
host (eg. add 'www' to the front of many urls, plus also write based on url or
query
string)
That being said, full mod_rewrite support would be awesome, but as you said,
complicated :)
Would there be a way to just 'inject' a block of apache config in for each host?
Original comment by afor...@planetreal.com
on 11 Mar 2010 at 4:39
To change settings for mod_rewrite on fly is complicated task, it is simpler to
modify mod_rewrite to retrieve data from DB or incorporate mod_rewrite in my
module.
I'll try to add simple rewrite/redirect support similar to mod_rewrite as
expiremental feature.
"Injection" block of apache config on fly is possible (htaccess works), but to
do all
work in third party module without changes in apache's sources is a very
complicated
task and performance of such solution will be very poor.
Original comment by iPop...@gmail.com
on 12 Mar 2010 at 9:00
Original comment by iPop...@gmail.com
on 21 Mar 2012 at 6:05
Original issue reported on code.google.com by
afor...@planetreal.com
on 4 Mar 2010 at 10:50