caiofranchi/franchistemplate/master/www/generator_outro/publish/admin/.htaccess - Htaccess File

caiofranchi/franchistemplate/master/www/generator_outro/publish/admin/.htaccess

<IfModule mod_rewrite.c>
    Options +FollowSymlinks
  # Options +SymLinksIfOwnerMatch
    RewriteEngine On

    #Rewrite for SLIM framework
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [QSA,L]
#    RewriteRule ^(.*)$ %/generator/publish/admin/index.php [QSA,L]
#    RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]

  # RewriteBase /
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache