Skip to content

Commit bbde8be

Browse files
committed
fix: fix default htaccess
1 parent 9177258 commit bbde8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function VFA_vuefront_admin_action_turn_on() {
124124
RewriteRule ^index\.php$ - [L]
125125
RewriteCond %{REQUEST_FILENAME} !-f
126126
RewriteCond %{REQUEST_FILENAME} !-d
127-
RewriteRule . /index.php [L]
127+
RewriteRule . index.php [L]
128128
</IfModule>
129129
130130
# END WordPress

0 commit comments

Comments
 (0)