Support » Fixing WordPress » Changed .htaccess now site doesn’t work

  • Hey there all,
    I wanted to change the Permalink structure so it would be nicer.
    I went into the Control Panel, applied it, it said I should edit the .htaccess with this

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

    There was no .htaccess in the root folder.

    So I made one with that in it. Now the blog does not work.

    Any ideas?

    (I would provide the link but it is a Humour site but contains some adult content)

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changed .htaccess now site doesn’t work’ is closed to new replies.