• Resolved katalinsky

    (@katalinsky)


    Hi, I’ve tried to make the Permalinks work, but even after creating a “.htaccess” file, doesn’t work. Can anyone help me? thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter katalinsky

    (@katalinsky)

    that was the document that have used… but doesn’t work it gives-me a 404 error every time I don’t choose the default option..

    Check with your hosts that mod_rewrite is running on your server.

    Thread Starter katalinsky

    (@katalinsky)

    they say it is enable…

    Was the .htaccess file automatically updated when you switched to a custom permalink structure? Or did you get a message about amending your .htaccess file?

    Thread Starter katalinsky

    (@katalinsky)

    I got a message:

    If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /WP/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /WP/index.php [L]
    </IfModule>

    Thread Starter katalinsky

    (@katalinsky)

    It works 🙂
    I’ve updated the file again and it worked 🙂

    thaks for your help!

    No problem 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Permalink doesn't work’ is closed to new replies.