Subject | edit .htaccess in http://www.ibphoenix.com/downloads/ directory |
---|---|
Author | throwmail2000 |
Post date | 2004-05-18T05:53:55Z |
Please create or edit a .htaccess file in
http://www.ibphoenix.com/downloads/ directory.
Contents of that directory fails to work in Firefox browser.
.htaccess file have following two lines:
AddType application/pdf .pdf
AddType application/zip .zip
Also, can modify following <Directory> directive in 'http.conf' file
on server:
AllowOverride None
# change above line to
AllowOverride All
Restart apache after above changes.
http://www.ibphoenix.com/downloads/ directory.
Contents of that directory fails to work in Firefox browser.
.htaccess file have following two lines:
AddType application/pdf .pdf
AddType application/zip .zip
Also, can modify following <Directory> directive in 'http.conf' file
on server:
AllowOverride None
# change above line to
AllowOverride All
Restart apache after above changes.