Skip to content

Instantly share code, notes, and snippets.

@nelyj
Created December 16, 2014 14:26
Show Gist options
  • Save nelyj/725ec342b25f83859c1c to your computer and use it in GitHub Desktop.
Save nelyj/725ec342b25f83859c1c to your computer and use it in GitHub Desktop.
.htacces configuracion
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^blog/(.*) /home.php/#/$1
RewriteRule ^(.*) /index.php/#/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment