• Resolved Tim Berneman

    (@tberneman)


    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)
  • Is mod_rewrite running on your server?

    Thread Starter Tim Berneman

    (@tberneman)

    Yes it is.

    Loaded Modules
    core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_imagemap mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_userdir mod_php5

    BTW I’m running Apache/2.2.15 (Win32) PHP/5.3.2

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Is WP installed in a subdirectory and using it in the URL (i.e. localhost/wordpress37rc2/ ) or did you do the giving WP it’s own directory thing?

    Can you test with 3.7 RC1?

    Thread Starter Tim Berneman

    (@tberneman)

    Both “WordPress Address (URL)” and “Site Address (URL)” are “http://127.0.0.1:4001/wordpress37rc2&#8221;. I think it’s something with my server though because it’s doing the same thing for WordPress 3.61, something must of changed at my end. I will investigate further and get back to you.

    What/Where is the link to 3.7 RC1?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    It’s on the downloads page. There’s a link to older releases.

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.