victorfcm/cloudms/master/.htaccess - Htaccess File

victorfcm/cloudms/master/.htaccess

<IfModule mod_rewrite.c>

    RewriteEngine On
  
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteRule ^bundles/(.*)$ web/bundles/$1  [QSA,L]
    RewriteRule ^uploads/(.*)$ web/uploads/$1  [QSA,L]
        
    RewriteRule ^(.*)$ web/app_dev.php [QSA,L]
    
</IfModule>

# Habilitar o PHP 5.4
AddType application/x-httpd-php53 .php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache