Skip to content

Commit 04498d1

Browse files
committed
update the htaccess file
1 parent 63d015c commit 04498d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
RewriteCond %{HTTP_HOST} ^private-channel.gallarygadgets.com$ [NC,OR]
99
RewriteCond %{HTTP_HOST} ^private-channel.gallarygadgets.com$
1010
RewriteCond %{REQUEST_URI} !public/
11-
RewriteRule (.*) /public/$1 [L]
11+
RewriteRule ^(.*)$ public/$1 [L]
1212

1313
# Handle Authorization Header
1414
RewriteCond %{HTTP:Authorization} .

0 commit comments

Comments
 (0)