Server error, confused about htaccess-code
-
Hi!
I’m trying to get this page up and run: https://www.solor.krik.no. Have tried several different htaccess-codes, but none will work. The one I tried now I at least got an server error, not just a document downloading the index-info. Annoying as hell!The htaccess-code I tried last, what’s wrong here?:
# 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
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Server error, confused about htaccess-code’ is closed to new replies.