Hi my site
www.wejusthost.com is getting 403 errors it is a problem wiht the .htaccess file below is the text from that file what is the problem.
If you can see the problem let me know thankyou.
.htaccess below
Options FollowSymLinks
RewriteEngine on
# EXISTING DIRECTORIES
RewriteRule ^images/(.*) images/$1 [L]
RewriteRule ^images images [L]
# EXISTING FILES
RewriteRule ^index\.html$ index.php [L]
RewriteRule ^ads\.html$ advertise.php [L]
RewriteRule ^contact_us\.html$ contact_us.php [L]
RewriteRule ^account\.html$ YourAccount.php [L]
RewriteRule ^terms\.html$ site.php?page=terms [L]
RewriteRule ^top\.html$ search.php?rate=top [L]
RewriteRule ^latest\.html$ search.php?rate=latest [L]
RewriteRule ^testimonials\.html$ site.php?page=testimonials [L]
RewriteRule ^domains\.html$ domains.php [L]
RewriteRule ^prices\.html$ prices.php [L]
RewriteRule ^add\.html$ AddAsset.php [L]
RewriteRule ^login\.html$ login.php [L]
RewriteRule ^search(.*)\.html$ search.php?c=$1 [L]
RewriteRule ^info(.*)\.html$ info.php?id=$1 [L]
RewriteRule ^edit(.*)\.html$ edit.php?id=$1 [L]
RewriteRule ^delete(.*)\.html$ delete.php?id=$1 [L]
RewriteRule ^contact(.*)\.html$ contact.php?MemberID=$1 [L]
RewriteRule ^tellfriend(.*)\.html$ friend.php?id=$1 [L]