Fix Regex Kode Corporate

This commit is contained in:
R
2023-01-19 10:09:53 +07:00
parent 23436164c2
commit 85f319878a
3 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,12 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]
</IfModule>
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>

View File

@@ -1,5 +1,4 @@
<IfModule mod_rewrite.c>
Modpagespeed Off
RewriteEngine On
RewriteBase /
@@ -7,3 +6,7 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]
</IfModule>
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>