Skip to content

Commit cb3586e

Browse files
committed
Updated public/.htaccess file to fix problem with web servers configured without public as the root
1 parent a7bd063 commit cb3586e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/.htaccess

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Remove the question mark from the request but maintain the query string
22
RewriteEngine On
3-
RewriteBase /
3+
4+
# Uncomment the following line if your public folder isn't the web server's root
5+
# RewriteBase /
6+
47
RewriteCond %{REQUEST_FILENAME} !-f
58
RewriteCond %{REQUEST_FILENAME} !-d
69
RewriteCond %{REQUEST_FILENAME} !-l

0 commit comments

Comments
 (0)