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] </IfModule> # END WordPress AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
Don’t forget to save it with UNIX Line Endings (thanks to NotePad++ on windows for example), in UTF8 and after removing all special characters. (Squares, with Windows)
via http://www.twiz.fr/school/tuto/webmaster/wordpress-error500/
Latest posts by Fab (see all)
- La Horde du Contrevent : review - 13 October 2024
- For Whom the Bells Tolls: review - 4 August 2024
- Self Aware On Air Neon Sign - 8 June 2024