Browse Source

hola

master
Gustavo Adolfo Mesa Roldán 4 years ago
parent
commit
4631310b5e
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      Wolf/.htaccess

+ 8
- 0
Wolf/.htaccess View File

@ -0,0 +1,8 @@
AddDefaultCharset UTF-8
RewriteEngine on
RewriteBase /
RewriteRule ^((?!public/).*)$ public/$1 [L,NC]
ErrorDocument 404 /public/

Loading…
Cancel
Save