@love-uzair said in Product Import – ERR_TOO_MANY_REDIRECTS:
while product import facing error woocommerce
Product Import – ERR_TOO_MANY_REDIRECTS
Just deactivate all plugin and except woocommerce 100% working!
enjoy!
Upload all files from the /Application/ folder to your web server. Then you have to configure your web server’s document / web root to the /public/ directory. The index.php in this directory serves as the front controller for all HTTP requests entering the application. Wrong: http://www.yoursite.com/public Right: http://www.yoursite.com/
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
require __DIR__.'/bootstrap/autoload.php';
$app = require_once __DIR__.'/bootstrap/app.php';