Top "Apache" questions

Use this tag (along with an appropriate programming-language tag) for programming questions relating to the Apache HTTP Server.

.htaccess not working apache

I have a server from AWS EC2 service running on Linux ubuntu and I have installed apache, php, and mysql. …

apache .htaccess amazon-ec2 amazon-web-services apache-config
Completely removing phpMyAdmin

I installed virtualmin and phpmyadmin separately using the apt-get command. phpMyAdmin didn't work because of Virtualmin's security settings (suexec). When …

php apache ubuntu phpmyadmin suexec
No input file specified

I'm running Anchor CMS and I just upgraded to version 0.8. When I try and run the installer I get a …

php apache .htaccess mod-rewrite anchor-cms
How to check if mod_rewrite is enabled in php?

I was wondering if it is possible to check if mod_rewrite is enabled on Apache AND IIS in PHP. …

php apache mod-rewrite iis
How do I allow HTTPS for Apache on localhost?

I was asked to set up HTTPS with a self-signed cert on Apache on localhost, but how do I actually …

apache ssl https localhost
WAMP/XAMPP is responding very slow over localhost

I don't know what the problem is. WAMP was very slow, so I reformatted my computer and installed WAMP. Still, …

php apache xampp localhost wamp
Can't import database through phpmyadmin file size too large

I have been trying to import Database through phpMyAdmin. My database file is a.sql and it's size is 1.2 GB …

mysql database apache phpmyadmin wampserver
Make XAMPP / Apache serve file outside of htdocs folder

Is it possible to configure xampp to serve up a file outside of the htdocs directory? For instance, say I …

php apache xampp server-configuration
Https to http redirect using htaccess

I'm trying to redirect https://www.example.com to http://www.example.com. I tried the following code in the .…

apache .htaccess http https
How to install mod_ssl for Apache httpd?

Ok So I installed Apache httpd a while ago and have recently come back to it to try setup SSL …

ssl apache