Ajax, ben bir div biraz downloadscreen, BUT gösterebilir bu şekilde benim download.php erişmek ister
I have this in my htaccess file, that basicly says deny outside access for all pages. I forgot about it, while I was trying to access my download.php file
with window.location = urlnieuw
Bu sorun için bir çözüm var mı ve hala doğrudan erişime karşı korunur download.php tutmak?
bağlantı tıklandığında ya da sadece, bir jquery olayı tetikleyebilir
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
edit the htaccess does not prevent direct access to files
teşekkürler zarf içinde, Richard