Hello, i'm using Wordpress & WP All Import plugin & while importing i receive a error message "Your server terminated the import process".
Screenshot :[imgur.com]
Someone using LITESPEED was suggested to use this code (below) in .htaccess file and works for him. How can I get the same results since I'm using WAMPSERVER? Thanks so much in advance.
"Try adding the following code to .htaccess file and then test:
Code:
BEGIN litespeed noabort
<IfModule rewrite_module>
RewriteEngine On
RewriteRule .* - [E=noabort:1]
</IfModule>
END litespeed noabort"
Screenshot :[imgur.com]
Someone using LITESPEED was suggested to use this code (below) in .htaccess file and works for him. How can I get the same results since I'm using WAMPSERVER? Thanks so much in advance.
"Try adding the following code to .htaccess file and then test:
Code:
BEGIN litespeed noabort
<IfModule rewrite_module>
RewriteEngine On
RewriteRule .* - [E=noabort:1]
</IfModule>
END litespeed noabort"