📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
falscripti.demodesign.com.tr
/
ns-admin
📝
.htaccess
← Geri Dön
# Enable Rewrite Engine and set default charset to UTF-8 RewriteEngine On # To force your site's link (HTTPS) to redirect, remove the (#) symbols at the beginning of the 3 rules below. # RewriteCond %{HTTPS} off # RewriteCond %{HTTP:X-Forwarded-Proto} !https # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] AddDefaultCharset utf-8 # Rewrite rules for clean URLs RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase / RewriteRule ^/?$ /ns-admin/index.php [QSA] RewriteRule ^anasayfa?$ /ns-admin/index.php?page=anasayfa [QSA] RewriteRule ^ayarlar/?$ /ns-admin/index.php?page=ayarlar [QSA] RewriteRule ^bot_ayar/?$ /ns-admin/index.php?page=bot_ayar [QSA] RewriteRule ^falcilar/?$ /ns-admin/index.php?page=falcilar [QSA] RewriteRule ^kullanicilar/?$ /ns-admin/index.php?page=kullanicilar [QSA] RewriteRule ^kahvefallar/?$ /ns-admin/index.php?page=kahvefallar [QSA] RewriteRule ^falyorumla/?$ /ns-admin/index.php?page=falyorumla [QSA] RewriteRule ^degerlendirmeler/?$ /ns-admin/index.php?page=degerlendirmeler [QSA] RewriteRule ^satislar/?$ /ns-admin/index.php?page=satislar [QSA] RewriteRule ^profil/?$ /ns-admin/index.php?page=profil [QSA] RewriteRule ^falci-ekle/?$ /ns-admin/index.php?page=falciekle [QSA] RewriteRule ^degerlendirme_ekle/?$ /ns-admin/index.php?page=degerlendirme_ekle [QSA] RewriteRule ^degerlendirmeduzenle/?$ /ns-admin/index.php?page=degerlendirmeduzenle [QSA] RewriteRule ^falciduzenle/?$ /ns-admin/index.php?page=falciduzenle [QSA] RewriteRule ^kullaniciduzenle/?$ /ns-admin/index.php?page=kullaniciduzenle [QSA] # Disable directory listing Options -Indexes # Set PHP Handler for .phtml files AddHandler application/x-httpd-php .phtml # Set session max lifetime php_value session.gc_maxlifetime 3231536000 # Compression Settings <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/opentype BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html </IfModule> # Disable mod_security scan for POST requests <IfModule mod_security.c> SecFilterEngine On SecFilterScanPOST Off </IfModule> <IfModule mod_headers.c> Header set X-Content-Type-Options "nosniff" </IfModule> <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" </IfModule> # Set Cache Expiry <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 190 days" </IfModule> <IfModule mod_headers.c> Header set Cache-Control "public" <FilesMatch "\.(php|phtml)$"> Header set Cache-Control "max-age=7200" </FilesMatch> <FilesMatch "\.(jpg|jpeg|png|gif)$"> Header set Cache-Control "max-age=31536000" </FilesMatch> <FilesMatch "\.(html|json|ttf|otf|woff)$"> Header set Cache-Control "max-age=7200" </FilesMatch> </IfModule>
💾 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