📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otelscripti.demodesign.com.tr
📝
.htaccess
← Geri Dön
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f #RewriteRule ^ index.php [QSA,L] RewriteCond $1 !^(public|admin) RewriteRule ^(.*)$ index.php [QSA,L] ## Enable GZIP # #AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript #BrowserMatch ^Mozilla/4 gzip-only-text/html #BrowserMatch ^Mozilla/4\.0[678] no-gzip #BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # ## Expires Headers – 2678400s = 31 days # #ExpiresActive On #ExpiresDefault “access plus 2678400 seconds” #ExpiresByType text/html “access plus 7200 seconds” #ExpiresByType image/gif “access plus 2678400 seconds” #ExpiresByType image/jpeg “access plus 2678400 seconds” #ExpiresByType image/png “access plus 2678400 seconds” #ExpiresByType text/css “access plus 750000 seconds” #ExpiresByType text/javascript “access plus 2678400 seconds” #ExpiresByType application/x-javascript “access plus 2678400 seconds” # # ## Cache Headers # ## Cache specified files for 31 days #<filesmatch “\.(ico|flv|jpg|jpeg|png|gif|css|swf)$”> #Header set Cache-Control “max-age=2678400, public” # ## Cache HTML files for a couple hours #<filesmatch “\.(html|htm)$”> #Header set Cache-Control “max-age=7200, private, must-revalidate” # ## Cache PDFs for a day #<filesmatch “\.(pdf)$”> #Header set Cache-Control “max-age=86400, public” # ## Cache Javascripts for 31 days #<filesmatch “\.(js)$”> #Header set Cache-Control “max-age=2678400, private” # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php56” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php56 .php .php5 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula