• How to edit .htaccess file? I´m tring to make permalink structure and have to enabe seo urls.

    I have googled and searched wordpress forum found nothing i understand… Is it any way to easy enable mod_rewrite?

    m.

Viewing 1 replies (of 1 total)
  • Thread Starter zookie_333

    (@zookie_333)

    i have created a .htaccess file and set it to 666

    inserted following code into the file:

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

    All i get is a error 500 message

Viewing 1 replies (of 1 total)
  • The topic ‘mod_rewrite’ is closed to new replies.