Skip to content

Commit 1e2ed7c

Browse files
committed
Updated htaccess
1 parent 64d26ec commit 1e2ed7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist-dev/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Options +FollowSymlinks
44
RewriteEngine on
55
#RewriteBase /
66
RewriteCond %{REQUEST_URI} !^index.html
7-
RewriteCond %{REQUEST_URI} !^http-bind-jabber
7+
RewriteCond %{REQUEST_URI} !^/http-bind-jabber
88
RewriteCond %{REQUEST_FILENAME} !-d
99
RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteRule ^ api.php [QSA,L]

dist/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Options +FollowSymlinks
44
RewriteEngine on
55
#RewriteBase /
66
RewriteCond %{REQUEST_URI} !^index.html
7-
RewriteCond %{REQUEST_URI} !^http-bind-jabber
7+
RewriteCond %{REQUEST_URI} !^/http-bind-jabber
88
RewriteCond %{REQUEST_FILENAME} !-d
99
RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteRule ^ api.php [QSA,L]

src/tools/templates/apache-dev-htaccess.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Options +FollowSymlinks
44
RewriteEngine on
55
#RewriteBase /
66
RewriteCond %{REQUEST_URI} !^index.html
7-
RewriteCond %{REQUEST_URI} !^http-bind-jabber
7+
RewriteCond %{REQUEST_URI} !^/http-bind-jabber
88
RewriteCond %{REQUEST_FILENAME} !-d
99
RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteRule ^ api.php [QSA,L]

src/tools/templates/apache-prod-htaccess.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Options +FollowSymlinks
44
RewriteEngine on
55
#RewriteBase /
66
RewriteCond %{REQUEST_URI} !^index.html
7-
RewriteCond %{REQUEST_URI} !^http-bind-jabber
7+
RewriteCond %{REQUEST_URI} !^/http-bind-jabber
88
RewriteCond %{REQUEST_FILENAME} !-d
99
RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteRule ^ api.php [QSA,L]

0 commit comments

Comments
 (0)