
Re: Pie.htc no work with sef url in joomla
If you have control over htaccess files, you can achieve the same result with this:
Code:
RewriteRule (/?pie\.htc)$ $1 [L]
If your website already runs with an htaccess file, you should put that code after "RewriteBase" (if there is one).
*backup original file and be careful with the htaccess file of a live site!
edit:
My "pie.htc" is lowercase. Because linux servers are case-sensitive compared to windows servers, I always lowercase my files.
edit2:
Using the same htaccess trick, you might also want to declare the mime-type for HTC files in the htaccess file if necessary:
Code:
Content-type: text/x-component