Custom Permalinks not working – Getting 500 internal error
-
My WordPress is installed in a subdirectory: domain.com/wordpress , When I try to change the permalinks to custom (/%postname%/) I get a “500 internal error”. Checked with the .htaccess and it was blank, I added the follwiong code (hope its the right code..):
# 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 WordPressChecked, did not work. Went back to the htacess file and it was blank again… Help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Permalinks not working – Getting 500 internal error’ is closed to new replies.