Changing Permalinks in 3.7 RC2 didn't work for me
-
I just did a virgin install of 3.7 RC2 on my local WAMP server (I actually use Server2Go) and using the default theme. When I change the Permalinks to “Post name” and save it none of the links work (like Date, Category, Comments, etc) nor does the “Sample Page” from the menu. When I change back to “Default” they work again.
My htaccess file is writeable and in fact it does change to this when I select “Post name”.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress37rc2/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress37rc2/index.php [L] </IfModule> # END WordPress
EDIT: I just brought up the “Sample Page” page in the admin and clicked the “Preview Changes” button and it’s 404 as well.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changing Permalinks in 3.7 RC2 didn't work for me’ is closed to new replies.