Page is a not externally linkable
illusionist - 9:38 pm on Jul 13, 2005 (gmt 0)
Below are the conetns of the .htaccess file IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti* order deny,allow order deny,allow AuthName www.site.com # Rewrite Rules #IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti* RewriteEngine On #RewriteRule ^/forums/(.*) [forums.site.com...] [L,R=301] RewriteCond %{HTTP_HOST} ^site\.com$ #RewriteCond %{REQUEST_URI}!forums/ Can anyone please help me? [edited by: jdMorgan at 2:24 pm (utc) on July 14, 2005]
I had hired a freelance programmer to do a mod rewrite on my website. I recently came across a bug caused due to the mod rewrite, whenever i upload a new file to the server and try accessing its url ( www.mysite.com/filename.htm) it gives me a 404 error! I cannot contact the person who originaly did the mod rewrite.
deny from all
allow from all
deny from all
AuthUserFile /home/site/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/site/public_html/_vti_pvt/service.grp
#RewriteEngineon
#RewriteRule^xredirect:(.+)/cgi-bin/redirect.pl?name=$1
AddType application/x-httpd-php .xml
RewriteRule ^(.*) [site.com...] [L,R=301]
RewriteCond %{REQUEST_URI}!images/
RewriteCond %{REQUEST_URI}!admincp/
RewriteCond %{REQUEST_URI}!ad/
RewriteCond %{REQUEST_URI}!testibp/
RewriteCond %{REQUEST_URI}!ads/
[edit reason] Disabled smileys in code. [/edit]