Tagged Questions
1
vote
1answer
535 views
Apache2 redirect all sub-directories to index.html of main directory?
I want to put an .htaccess file in a directory of my website. For this purpose in:
www.mysite.com/dir/
Then I want anything after /dir/ to direct to /dir/index.html but still display the original ...
3
votes
1answer
113 views
redirect non-www to www while preserving protocol
I am aware of the fact that there are tons of questions in this section and in server fault dealing with re-directions from non-www to www URLs. But I couldn't find one dealing with this issue while ...
2
votes
1answer
116 views
Webserver timing out
I was working with my website yesterday when I was at home using my web address. Yesterday I installed Wordpress and it seemed to work.
When I got to work today, I tried opening my website, and now ...
2
votes
1answer
651 views
.htaccess file ignored on Ubuntu Apache 2 server
I'm having a problem with an .htaccess file on a newly installed Ubuntu server running Apache2.
The .htaccess file in the directory where the WordPress files are located isn't being take into account ...
1
vote
2answers
214 views
Weird unexpected image compression on a web server running Apache on Ubuntu?
I have a weird problem on my production web server running Apache on Ubuntu: it compresses my images thereby dramatically lowering their quality!
Actually I have two virtual hosts running, each ...