The mod-dir tag has no wiki summary.
0
votes
1answer
99 views
Adding SSI support causes mod_dir “trailing slash” redirect to stop working
I have enabled SSI using the following directives in .htaccess
AddHandler server-parsed .html
AddOutputFilter INCLUDES html
However when I add these, the trailing slash redirects stop working.
For ...
0
votes
4answers
868 views
mod_rewrite and trailing slash
I want to make
www.example.com/test/ rewrite to www.example.com/example.com/test/
www.example.com/ rewrite to www.example.com/example.com/
I can do that with this rewrite configuration:
...
1
vote
3answers
3k views
What could cause apache2 to not run index.php files through PHP FastCGI handler?
I'm trying to run PHP using FastCGI (mod-fcgid) under apache 2 with the worker MPM. I've used this blog post as a reference.
It seems I've got everything working except one thing:
When apache serves ...