• Hi gents and ladies,

    I’m trying to make the page ‘Nieuws’ at my website de-werken.nl accessible via a so-called ‘pretty link’, so I choose the option ‘/%postname%/’

    Unfortunately, when I try to reach the page ‘Nieuws’ via de-werken.nl/wordpress/nieuws, all i get is a 404-error…

    I hope someone could help me out.. Getting frustrated here. Wish there was a plugin to fix it all..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Is your permalink setting set to /%postname%/ right now? It seems like it’s still got the standard ?p=123 setting enabled.

    Also, do you have an .htaccess file? Make sure it has at least the following:

    # 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
    Thread Starter afwaardering

    (@afwaardering)

    Doesn’t make any difference, so far.. ??

    It seems like you re-installed WordPress in the mean time?

    Thread Starter afwaardering

    (@afwaardering)

    Yes.. Still no use.. It JUST won’t work

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't get Permalinks to work’ is closed to new replies.