Using one and one hosting, I wanted to install WordPress. I had an Error 500. Too Bad. Here is the trick : Check that your root .htaccess file has the following information : # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] [...]
Posts Tagged ‘apache’
Xampp/Wampp Apache Crashes on Start
It displays “Busy” in the shell but it’s not started? Executing “apache_start.bat” says something like : (OS 10048)Une seule utilisation de chaque adresse de socket (protocole/adresse réseau/port) est habituellement autorisée. : make_sock: could not bind to addres s 0.0.0.0:80 ? Then, if you are using Skype then the solution is here : http://mwolk.com/blog/port-80-busy-how-to-start-apache-on-xampp-and-wamp/ Shut it [...]
Symfony and error 500 on Apache server
While deploying an application realized with Symfony Framework, I had this horrible fatal error 500 by Apache, when trying to access the /web files 500 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [xxxx] and inform them of the time [...]