Generate URLs no results (with solution)
-
If “Generate URLs” button produces no results, no errors, no warnings, here’s the solution:
Please add to documentation:
Solution: un-block (e.g. in .htaccess) the User Agent “PHPCrawl”
SetEnvIfNoCase User-Agent (PHPCrawl) HTTP_badUserAgent=$1
# Allow WP Scraper plugin By Allyson Rico, Robert Macchi uses PHPCrawl user agent, for only your specific IP addresses
SetEnvIfExpr “-R ‘12.34.56.78’ || -R ‘23.45.67.89’ ” !HTTP_badUserAgent
RewriteRule .* – [L]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Generate URLs no results (with solution)’ is closed to new replies.