Caps Posted October 9, 2011 Report Posted October 9, 2011 Wordpress 3.1 and Uniserver 7.0 If I select to mod rewrite, it will generate the .htaccess code according to Wordprss specifications - but it breaks the site. Using the "Options +FollowSymLinks" has no impact. .htaccess: ------------------------------------------------------- Options +FollowSymLinks # BEGIN WordPress #Options -Indexes<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /wordpress/RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /wordpress/index.php [L]</IfModule> # END WordPress Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.