You are here: Home
Support site for Tips and Tricks HQ premium products
Thank you for the reply, everything checks out.. but I’m not sure about the .htaccess file. Here is what mine looks like. It’s greek to me, I’m not sure if something needs to be changed, or added. I read the other posts, but didn’t see any that let me know what I should do tell me what should be in the file to make it work. Can you take a look and let me know?
# -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 equolution.com
AuthUserFile /home/eqhorsey/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/eqhorsey/public_html/_vti_pvt/service.grp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have this problem now and can’t seem to get it fixed. I have uninstalled etc.