PDA

View Full Version : .htaccess file



alhanson
03-09-2012, 03:33 PM
this is my .htaccess file on Bluehost

I want to delete (forumswtc.com) completly

# <deactivate forumswtc.com>
# Reason for deactivation: No Payment Received
# please contact us to remedy this situation as soon as possible
RewriteEngine On
RewriteCond %{HTTP_HOST} ^forumswtc.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.forumswtc.com$
RewriteRule ^(.*) [/url] [L,R=302]
# </deactivate>

I want to configure .htaccess file to handle cache Manifest for my site in HTML5 so I can take the site off line. That’s the plan!

Boiler Plate crashes.

The manifest file must be served with the MIME type text/cache-manifest.

Is this all I need in the .htaccess file?

My question is what is in the default Bluehost .htaccess file?

alhanson
03-10-2012, 01:58 PM
the .htaccess works with nothing in it
however it does not work with the MIME type text/cache-manifest. in it.

alhanson
03-10-2012, 06:32 PM
Got it this is the syntax!

AddType text/cache-manifest .manifest

It is followed by the extension .manifest

http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addtype