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 63d015c commit 04498d1Copy full SHA for 04498d1
public/.htaccess
@@ -8,7 +8,7 @@
8
RewriteCond %{HTTP_HOST} ^private-channel.gallarygadgets.com$ [NC,OR]
9
RewriteCond %{HTTP_HOST} ^private-channel.gallarygadgets.com$
10
RewriteCond %{REQUEST_URI} !public/
11
- RewriteRule (.*) /public/$1 [L]
+ RewriteRule ^(.*)$ public/$1 [L]
12
13
# Handle Authorization Header
14
RewriteCond %{HTTP:Authorization} .
0 commit comments