DavidJames
02-15-2007, 03:12 PM
I'm new here, just go my domain and site up and running. I'm in the process of adding applications.
It seems my .htaccess file gets updated by installations of some of the applications I've loaded. Today, it seems to have changed on it's own accord.
Any idea what "things" may automatically update it?
Any idea how I can learn about what should go in there.
For example, my domain was working great this morning. But my new subdomain wasn't. Support was nice enough to point out there may be incorrect redirects in my subdomain folder/.htaccess file. I looked in there and there was a bunch of stuff so I deleted it all and viola my subdomain worked fine.
Then just now I got and an error going to my main site. I looked in that .htaccess file and found this:
RewriteCond %{HTTP_HOST} ^$ [OR]
RewriteCond %{HTTP_HOST} ^www.$
RewriteRule ^(.*)$ ../homestead/homestead.html/$1 [R=301,L]
which is competely different then when I saw last week. I modified it based on some comments I found in this forum and now things work again.
Any thoughts?
It seems my .htaccess file gets updated by installations of some of the applications I've loaded. Today, it seems to have changed on it's own accord.
Any idea what "things" may automatically update it?
Any idea how I can learn about what should go in there.
For example, my domain was working great this morning. But my new subdomain wasn't. Support was nice enough to point out there may be incorrect redirects in my subdomain folder/.htaccess file. I looked in there and there was a bunch of stuff so I deleted it all and viola my subdomain worked fine.
Then just now I got and an error going to my main site. I looked in that .htaccess file and found this:
RewriteCond %{HTTP_HOST} ^$ [OR]
RewriteCond %{HTTP_HOST} ^www.$
RewriteRule ^(.*)$ ../homestead/homestead.html/$1 [R=301,L]
which is competely different then when I saw last week. I modified it based on some comments I found in this forum and now things work again.
Any thoughts?