Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Location
    Ontario
    Posts
    81
    Plugin Contributions
    0

    Default Re: csshover.htc denied

    644, file permissions are really not the problem. I set them both to 777 and i still get the error. it's just a matter of either one being able to load.

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: csshover.htc denied

    I was confirming the permissions were correct and not a problem.

    Now add this to your .htaccess file.

    AddType text/x-component .htc

  3. #3
    Join Date
    Apr 2008
    Location
    Ontario
    Posts
    81
    Plugin Contributions
    0

    Default Re: csshover.htc denied

    thanks for the reply website rob,

    I added that line of code to my .htaccess file but it didn't seem to do anything. From what i understand this only works on apache servers, but i beleive i am on one...

    I think i may have to contact my server admin to make the server serve .htc files with the MIME-type:
    text/x-component.

  4. #4
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: csshover.htc denied

    Hi,

    In trying to redirect URL from liathe.com to www.liathe.com, I found 2 similar types of codes (for .htaccess file):

    Code:
    RewriteCond %{HTTP_HOST} ^sensuoushaven\.com [NC]
    RewriteRule (.*) http://www.sensuoushaven.com/$1 [R=301,L]
    and

    Code:
    RewriteCond %{HTTP_HOST} !^www\.sensuoushaven\.com [NC]
    RewriteRule ^(.*)$ http://www.sensuoushaven.com/$1 [L,R=301]
    May I know if they can achieve the same objective? Thanks.

 

 

Similar Threads

  1. scripting error with IE7-access denied to csshover.htc
    By robinraraavis in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Oct 2009, 04:42 AM
  2. csshover.htc
    By Liyana in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Sep 2007, 03:11 AM
  3. csshover.htc denied on Checkout_Success ONLY
    By Get Em Fast in forum Addon Sideboxes
    Replies: 3
    Last Post: 10 Sep 2007, 05:26 PM
  4. csshover.htc denied on Checkout_Success ONLY. Please Help
    By Get Em Fast in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Mar 2007, 07:09 AM
  5. csshover.htc denied on Checkout_Success ONLY. Please Help
    By Get Em Fast in forum General Questions
    Replies: 1
    Last Post: 1 Mar 2007, 02:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg