@@ -91,28 +91,28 @@ public function ajaxProcessVfTurnOn() {
91
91
# VueFront pages
92
92
93
93
# VueFront home page
94
- RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout)
94
+ RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout|jpg )
95
95
RewriteCond %{QUERY_STRING} !.*(rest_route)
96
96
RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/index.html -f
97
97
RewriteRule ^$ vuefront/index.html [L]
98
98
99
- RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout)
99
+ RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout|jpg )
100
100
RewriteCond %{QUERY_STRING} !.*(rest_route)
101
101
RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/index.html !-f
102
102
RewriteRule ^$ vuefront/200.html [L]
103
103
104
104
# VueFront page if exists html file
105
105
RewriteCond %{REQUEST_FILENAME} !-f
106
106
RewriteCond %{REQUEST_FILENAME} !-d
107
- RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout)
107
+ RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout|jpg )
108
108
RewriteCond %{QUERY_STRING} !.*(rest_route)
109
109
RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/$1.html -f
110
110
RewriteRule ^([^?]*) vuefront/$1.html [L,QSA]
111
111
112
112
# VueFront page if not exists html file
113
113
RewriteCond %{REQUEST_FILENAME} !-f
114
114
RewriteCond %{REQUEST_FILENAME} !-d
115
- RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout)
115
+ RewriteCond %{REQUEST_URI} !.*(images|index.php|.html|admin|.js|.css|.png|.jpeg|.ico|wp-json|wp-admin|checkout|jpg )
116
116
RewriteCond %{QUERY_STRING} !.*(rest_route)
117
117
RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/$1.html !-f
118
118
RewriteRule ^([^?]*) vuefront/200.html [L,QSA] " ;
0 commit comments