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?
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?