• sweetweb

    (@sweetweb)


    I realized I made a mistake in posting this in the wordpress.com site anyways, this is my wordpress site : https://www.irvinebestbuys.com
    The links under “Hot tips” is not working and it use to work before. It now display Not Found

    This is what the support at my host sent me
    Did you add a Word Press plugin? When I renamed .htaccess to .htaccess.bak the site came up. You will need to take a look at that file and see what is causing the problem.

    This is what my htaccess files has in it:
    `<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]# BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress`

    Please advise. Thank you!

    Ethan

Viewing 3 replies - 1 through 3 (of 3 total)
  • pdoran

    (@pdoran)

    On a related subject, what is the recommended permissions setting for the .htaccess file? 660, 711, ???

    TIA

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    The recommended chmod for .htaccess is 444. 644 is also acceptable.

    pdoran

    (@pdoran)

    Thanks Otto42, I will try that tonight, and sorry to highjack Sweetweb’s thread, but it could be his/her issue too!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘htaccess help’ is closed to new replies.