• Hello, i think i made some wrong permission changes and now my website doesn’t appear!

    What should i do? Thanks

Viewing 1 replies (of 1 total)
  • If you’re installing from scratch, start again. It’s really not worth chasing around after.

    If you’ve got a half-decent host you should have Fantastico in your control panel, which makes it literally a five minute instal.

    If it’s anything to do with your.htaccess file, it probably ought to look like this and should be a level above the wp-admin folder.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 1 replies (of 1 total)
  • The topic ‘WordPress doen’t appear’ is closed to new replies.