Is this any help. Not very good at this, but got these from my hosting files at qualityhostonline.com
Does it make any sense to you?
This is from raygc1.com
.htaccess
File Type: ASCII text
# BEGIN ALC
RewriteEngine on
RewriteRule ^goto/(.+)$ /alc/out.php?desc=$1 [L]
# END ALC
# -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 http://www.the-prints-of-arts.com
AuthUserFile /home/greycap4/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/greycap4/public_html/_vti_pvt/service.grp
This is from raygc.com
ht access bak
text/x-generic htaccess.bak
ASCII text
RewriteEngine on
RewriteRule ^recommends/([-_A-Za-z0-9]+)$ link.php?keyword=$1
# -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 http://www.the-prints-of-arts.com
AuthUserFile /home/greycap4/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/greycap4/public_html/_vti_pvt/service.grp
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
This is from raygc.com
Couldn't find the htaccess, only the backup above.