Propunere .htaccess pe tema
Posted: 31 Oct 2015, 21:04
salut , din cate am observat cand intru pe acest link ( http://www.g1.ro/forum/styles/diametric/template/ ) pot vedea sabloanele , si vreau sa va propun sa va faceti un .htaccess si il bagati in template .
.htaccess
daca web hosting-ul nu primeste fishiere .htaccess intrati in styles >> diametric >> template >> selectati tot inafara de fishierele .js si setati permisiunea la fishiere 666
.htaccess
Code: Select all
<Files ~ "\.html$">
Order allow,deny
Deny from all
Satisfy All
</Files>