INITIAL PROBLEMS SOLVED (code solution below) -
ONE SMALL NEW PROBLEM, and two small additional questions.
Last Issues:
1) We discovered that with the addition of the new .htaccess file code, we can't access the server for updating the website. IE: to do updates, we have to strip out the added code from .htaccess, do the update, then reinstall the new code in .htaccess again. Any thoughts, anyone?
2) How many Redirect statements can one safely enter in the .htaccess file?
We may need to apply this solution to a few more files; does anyone know if there is a practical or absolute limit?
And, should we add an [L] at the end of the last statement, or any of other code (Permanent, etc.)
Here's the code that solved the two issues (see original post for the pre-existing .htaccess code):
code]
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
order deny,allow
deny from all
allow from all
order deny,allow
deny from all
AuthName
www.2nilssons.com
AuthUserFile /home/nilsson/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/nilsson/public_html/_vti_pvt/service.grp
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^2nilssons\.com [NC]
RewriteRule (.*)
http://2nilssons.com/$1 [R=301,L]
Redirect 301 "/Dance/Dance Quotes.htm"
http://2nilssons.com/dancequotes.htm
[code]
Thank you to everyone for your think-time and attention on this.
Any thoughts on the additional questions/problems will be greatly appreciated.
Kristy (and Scott) Nilsson