rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

.htaccess (312B)


      1 RewriteEngine On
      2 
      3 # Some hosts may require you to use the `RewriteBase` directive.
      4 # If you need to use the `RewriteBase` directive, it should be the
      5 # absolute physical path to the directory that contains this htaccess file.
      6 #
      7 # RewriteBase /
      8 
      9 RewriteCond %{REQUEST_FILENAME} !-f
     10 RewriteRule ^ index.php [QSA,L]