Recommend this page to a friend! |
Classes of Juraj Puchký | > | Clear Framework | > | sandbox/.htaccess | > | Download |
|
![]() |
Options -Indexes RewriteEngine On RewriteBase / # front controller RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !\.(pdf|js|ico|gif|jpg|png|css|rar|zip|tar\.gz)$ index.php [L] AddType application/x-httpd-php .php .phtml |