📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
qrmenuscripti.demodesign.com.tr
📝
.htaccess
← Geri Dön
Options +FollowSymlinks RewriteEngine On RewriteRule ^anasayfa.*$ index.php [NC] RewriteRule ^giris.*$ giris.php [NC] RewriteRule ^kayit-ol.*$ kayit-ol.php [NC] RewriteRule ^hesabim.*$ musteri.php [NC] RewriteRule ^garson-cagir.*$ garson-cagir.php [NC] RewriteRule ^hesap-iste.*$ hesap-iste.php [NC] RewriteRule ^siparis-durumu.*$ siparis-durumu.php [NC] RewriteRule ^hakkimizda.*$ hakkimizda.php [NC] RewriteRule ^bize-ulasin.*$ iletisim.php [NC] RewriteRule ^sosyal-medya.*$ sosyal-medya.php [NC] RewriteRule ^sepetim.*$ sepetim.php [NC] RewriteRule ^siparis-tamamla.*$ siparis-tamamla.php [NC] RewriteRule ^siparis-alindi.*$ siparis-alindi.php [NC] RewriteRule ^sifremi-unuttum.*$ sifre-hatirlat.php [NC] RewriteRule ^urun-(.*)$ urundetay.php?id=$1 [QSA,L] RewriteRule ^kategori-(.*)$ menualt.php?id=$1 [QSA,L] RewriteRule ^menu.*$ menu.php [NC] RewriteRule ^online-odeme.*$ odeme.php [NC] RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)? RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteCond %{REQUEST_FILENAME} !-f [NC] # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_flag display_errors On php_value max_execution_time 10000 php_value max_input_time 10000 php_value max_input_vars 10000 php_value memory_limit 2G php_value post_max_size 2G php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php73" php_value upload_max_filesize 2G php_flag zlib.output_compression On </IfModule> <IfModule lsapi_module> php_flag display_errors On php_value max_execution_time 10000 php_value max_input_time 10000 php_value max_input_vars 10000 php_value memory_limit 2G php_value post_max_size 2G php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php73" php_value upload_max_filesize 2G php_flag zlib.output_compression On </IfModule> # END cPanel-generated php ini directives, do not edit # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php73” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php73___lsphp .php .php7 .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