Hi, I am interested in the code in .htaccess which prohibits reading files from a specific folder, or reading files with a .txt extension if you open them from a browser, or an alternative variant with access rights, currently costs 644.
// this refers to the topic below ..
here, do not want to work together
RewriteEngine on RewriteRule ^index.php$ /az/ [NC,R=301,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php <FilesMatch "\.css$"> Order Deny,Allow Deny from all </FilesMatch>