Skip to content

Commit 5b03d7d

Browse files
committed
Update .htaccess
1 parent a7598b4 commit 5b03d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<IfModule mod_rewrite.c>
22
RewriteEngine on
3-
RewriteRule ^$ /webapp/public/ [L]
3+
RewriteRule (.*) /webapp/public/$1 [L]
44
</IfModule>

0 commit comments

Comments
 (0)