@@ -91,28 +91,28 @@ public function ajaxProcessVfTurnOn() {
9191# VueFront pages
9292
9393# 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 )
9595RewriteCond %{QUERY_STRING} !.*(rest_route)
9696RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/index.html -f
9797RewriteRule ^$ vuefront/index.html [L]
9898
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 )
100100RewriteCond %{QUERY_STRING} !.*(rest_route)
101101RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/index.html !-f
102102RewriteRule ^$ vuefront/200.html [L]
103103
104104# VueFront page if exists html file
105105RewriteCond %{REQUEST_FILENAME} !-f
106106RewriteCond %{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 )
108108RewriteCond %{QUERY_STRING} !.*(rest_route)
109109RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/$1.html -f
110110RewriteRule ^([^?]*) vuefront/$1.html [L,QSA]
111111
112112# VueFront page if not exists html file
113113RewriteCond %{REQUEST_FILENAME} !-f
114114RewriteCond %{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 )
116116RewriteCond %{QUERY_STRING} !.*(rest_route)
117117RewriteCond %{DOCUMENT_ROOT} " .$ catalog_path ."vuefront/$1.html !-f
118118RewriteRule ^([^?]*) vuefront/200.html [L,QSA] " ;
0 commit comments