Moderators: macek, egami, gesf


<FilesMatch "\.(js|css)$">
Order allow,deny
Deny from all
</FilesMatch>
im not sure that there is a 100% good solution for that... everything has its downsides

<?php
header('Link: <http://www.yoursite.com/js/main.js>; rel=whatever_this_rel_is');
?><?php
header('Link: <http://www.yoursite.com/css/main.css>; rel=stylesheet');
header('Link: <http://www.yoursite.com/js/main.js>; rel=whatever_this_rel_is');
?>


Users browsing this forum: No registered users and 1 guest