Naprawa lokalizacji - odczytu
This commit is contained in:
5
app/.htaccess
Normal file
5
app/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
# Gdy document root wskazuje na katalog app/ (URL: /public/app.html)
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule ^public/app\.html$ public/app.php [L,QSA]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user