Skip to content
Snippets Groups Projects
Select Git revision
  • pre-2.1b default protected
  • pre-2.1
  • pre-2.0
  • testTag
  • pre2.1b
5 results

.htaccess

Blame
  • .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>