Focus mode
TÜM ERİŞİMİ KISITLAMAK
deny from all //Tüm erişimi kısıtlar
Tek IP ADRESİNE İZİN VERMEK
deny from all
allow from 178.62.246.245 // IP adresine izin verir.
Tek bir dosyaya erişim kontrolü.
<Files a.php>
Order allow,deny
Deny from all
</Files>
RewriteEngine On
RewriteRule ^b-sayfasi/$ b.php [L,QSA]
RewriteEngine On
RewriteRule ^bparam/([a-zA-Z0-9_-]+)/?(([0-9]+)/?)?$ b.php?username=$1&id=$2 [L,QSA]
ErrorDocument 404 hata.html
DirectoryIndex hosgeldiniz.html
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!