• Resolved Avrohomd

    (@avrohomd)


    I can’t see my site or my dashboard!

    It all started very simply, when I want to change my permalink structure to: /%category%/%postname%/

    At first I couldn’t access my pages. So I was told I need to revise my .htaccess file. I didn’t understand what I was doing and instead of making things better — they are now worse.

    How can I fix this file?

    # -FrontPage-
    
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit><Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>AuthName choveveitzion.com
    AuthUserFile /home/avrohom/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/avrohom/public_html/_vti_pvt/service.grp

    site:
    http://choveveitzion.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Both your site’s home page and your login appear to be fine.

    Thread Starter Avrohomd

    (@avrohomd)

    I’m in!

    Thanks to Alism’s post (on a different thread).

    Here’s what my .htaccess file should read:

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

    and now everything seems to be working fine!

    Thank you.

    [signature moderated Please read the Forum Rules]

    Thread Starter Avrohomd

    (@avrohomd)

    And thank you esmi for taking interest in my problem!

    Avrohom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HELP! – .htaccess file problems’ is closed to new replies.