Skip to content
Snippets Groups Projects
Select Git revision
  • a15e7f4f164d3d2d0dafab6e325b7282888d2ce7
  • main default protected
  • 2301.4.x protected
  • 24.4.x protected
  • 24.3.x
  • 24.0.x
  • 24.x.x
  • 2301.x.x protected
  • 2301.3.x
  • 21.03 protected
  • 2301.2.x
  • 20.03 protected
  • 20.10 protected
  • 19.04 protected
  • 18.10 protected
  • 18.04 protected
  • 17.06 protected
  • CMIS
  • 2301.4.8
  • 24.4.3
  • 24.3.3
  • 2301.4.7
  • 2301.4.6
  • 2301.4.5
  • 2301.4.4
  • 24.0.2
  • 2301.4.3
  • 2301.4.2
  • 2301.4.1
  • 2301.4.0
  • 2301.3.7
  • 2301.3.6
  • 21.03.33
  • 2301.3.5
  • 2301.3.4
  • 2301.3.3
  • 2301.3.2
  • 2301.3.1
38 results

.htaccess

Blame
  • user avatar
    edissyum authored
    b274e673
    History
    .htaccess 188 B
    <FilesMatch ".*">
    	Order allow,deny
    	Allow from all
    </FilesMatch>
    
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^ index.php [QSA,L]