We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7598b4 commit 5b03d7dCopy full SHA for 5b03d7d
symfony/.htaccess
@@ -1,4 +1,4 @@
1
<IfModule mod_rewrite.c>
2
RewriteEngine on
3
- RewriteRule ^$ /webapp/public/ [L]
+ RewriteRule (.*) /webapp/public/$1 [L]
4
</IfModule>
0 commit comments