Skip to content
Snippets Groups Projects
Select Git revision
  • 647648e66588404201c6d387419015fdf0b5db81
  • main default protected
  • (Gagafeee)
3 results

.htaccess

  • .htaccess 223 B
    php_flag display_errors On
    Options +FollowSymLinks -MultiViews
    
    <IfModule mod_rewrite.c>
    	RewriteEngine on
      	RewriteCond %{REQUEST_FILENAME} !-f
    	RewriteCond %{REQUEST_FILENAME} !-d
    	RewriteRule ^ index.php [L]
    </IfModule>