janusnic/Portfolio/master/.htaccess - Htaccess File

janusnic/Portfolio/master/.htaccess

Options -Indexes +SymLinksIfOwnerMatch

<IfModule mod_rewrite.c>
    
    <IfModule mod_negotiation.c>
        Options -MultiViews
    </IfModule>
    
  RewriteEngine On
  #RewriteBase /
  
  RewriteCond %{HTTP_HOST} ^(http://)?loop.arcturus.uberspace.de$  
  RewriteCond %{REQUEST_URI} !^/hostweb/kernel/  
  RewriteCond %{REQUEST_FILENAME} !-f 
  RewriteCond %{REQUEST_FILENAME} !-d  
  RewriteRule ^(.*)$ /hostweb/kernel/$1  
  RewriteCond %{HTTP_HOST} ^(http://)?loop.arcturus.uberspace.de$ 
  RewriteRule ^(/)?$ hostweb/kernel/index.php [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache