On my .htaccess, I have something like this
RewriteRule ^([a-zA-Z0-9.-]+)/([a-zA-Z0-9.-]+)/good-world/?$ /good-earth.php?product=$1&pid=$2[L]
Although the script load, however for an unknown reason, it does not work properly again. I think the PHP file_get_contents does not work
Also, I have a...