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 a7bd063 commit cb3586eCopy full SHA for cb3586e
public/.htaccess
@@ -1,6 +1,9 @@
1
# Remove the question mark from the request but maintain the query string
2
RewriteEngine On
3
-RewriteBase /
+
4
+# Uncomment the following line if your public folder isn't the web server's root
5
+# RewriteBase /
6
7
RewriteCond %{REQUEST_FILENAME} !-f
8
RewriteCond %{REQUEST_FILENAME} !-d
9
RewriteCond %{REQUEST_FILENAME} !-l
0 commit comments