hhaamm/guiagratis/master/php/.htaccess - Htaccess File

hhaamm/guiagratis/master/php/.htaccess

<IfModule mod_rewrite.c>
    # 000webhost hack
    RewriteBase /

   # Add www to url for Facebook App domain compatibility
   RewriteCond %{HTTP_HOST} ^guia-gratis.com.ar$ [NC]
   RewriteRule ^(.*)$ http://www.guia-gratis.com.ar/$1 [L,R=301]

   # CakePHP rewrite rules
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache