Forums

[resolved] Permalink Settings - Not Working?! (3 posts)

  1. Tony Stark
    Member
    Posted 3 years ago #

    Hi All,

    I am thinking about changing the Permalink Settings from default to a more "friendly" format using day time but as soon as I change the setting and then refresh and try to view a post etc I get a "404 Not Found"? I am actually testing this on a dev server using Windows via WAMP). My WordPress is installed on localhost at C:\wamp\www\wordpress

    and my .htaccess file contains:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I am obviously wary of trying this on a production site (which is not Windows) if it is as dodgy as it is on my dev box?

    Any suggestions/ideas most welcome.

    Thanks

    Tony

  2. Tony Stark
    Member
    Posted 3 years ago #

    Erm.....Schoolboy error.....helps if you enable mod_rewrite...

    <blush/>

  3. iridiax
    Member
    Posted 3 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.