We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbde8be commit db407a1Copy full SHA for db407a1
plugin.php
@@ -115,7 +115,7 @@ function VFA_vuefront_admin_action_turn_on() {
115
116
$catalog_path = $catalog_url_info['path'];
117
118
- $catalog_path = $catalog_path == '' ? '/' : $catalog_path;
+ $catalog_path = $catalog_path . '/';
119
if(!file_exists(ABSPATH . '.htaccess')) {
120
file_put_contents(ABSPATH.'.htaccess', "# BEGIN WordPress
121
<IfModule mod_rewrite.c>
0 commit comments