Hello,
I too am trying to generating my store in HTML with the catalogue being placed into the root directory.
I am using v4.0.7 and have the store in my root directory not customer or xcart. I have located the code to modify of ('DIR_CATALOG', '/catalog'); within my html_catalogue.php file. I have changed this to define ('DIR_CATALOG', '');
This section is fine and it shows my url would be
www.giftandhomewarehouse.com.au/index.html
However when I try to generate the catalogue I receive an error stating:
"No languages are selected"
I have tried adding a / to the english language box but this then generates a php script error as it is trying to write
www.giftandhomewarehouse.com.au//index.html
Notice the double // but this only occurs when I have to enter the lanague area path. What other item can I put in the english lanague option so this generates to the root?
Im stumped on this one.
Hope someone can offer so guidance with this please, I would be most greatful.