Quantcast
Channel: Topic Tag: error 500 | WordPress.org
Viewing all articles
Browse latest Browse all 1711

mickyholmes on "XAMPP change permalinks causes Error 500"

$
0
0

...here's the contents of .htaccess if that helps:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /xampp/yak-shak-mickyholmes/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /xampp/yak-shak-mickyholmes/index.php [L]
</IfModule>

# END WordPress

Viewing all articles
Browse latest Browse all 1711

Trending Articles