Pretty Permalinks on multi-site
-
Hello,
I had been using pretty permalinks on my site without a problem. After moving into multi-site, the pretty permalinks don’t work anymore on either site. When using the “default” option (the “ugly permalinks”),the site works fine.
Based on other posts here, it seems likely there is something missing from my .htaccess file, but I’m not sure what to add. Any suggestions?
(I have confirmed with my web host that mod_rewrite is on and enabled in my account).
My current .htaccess file reads as follows:# Use PHP5.4 as default AddHandler application/x-httpd-php54 .php # 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
Thanks for any help.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Pretty Permalinks on multi-site’ is closed to new replies.