Hi all front end links are html ( rewrite rule applied) (RewriteRule ^(.*)/super.html$ /super.php?show=$1) when clicked they show the php file. All is working however for one link super.html when clicked page is empty however if super.php opened directly it has content. Why is super.html showing as empty (suddenly) Regards
Have you tried adding a match for just super.html RewriteRule ^(.*)/super.html$ super.php [L] Code (markup):
The page is coming just no products are coming That is products are there on super.php but not there on super.html ( though header footer etc all is there)
Super.php is ok ( that is page opens with header footer and all products) , its just when super.html opens its empty ( header footer ok just no products inside ( though was working before)