Siteground ModRewrite
-
Hello, has anyone been able to get mod_rewrite working on Siteground? I have had them since April and have tried on and off to get them working. I have asked the Support group there to look into it and they always just point me to the Apache Documentation.
Here is my htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAnyhelp would be great! Thanks!
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Siteground ModRewrite’ is closed to new replies.