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)
- Popshot Quarterly: review - 11 January 2023
- CoWorking.Coffee: the End. - 6 November 2022
- This Is How You Lose the Time War: review - 5 September 2022