Can someone more knowledgeable on apache weigh in here? The problem is that you can’t simply point your browser to "
http://mydomain.com/assets/export/" if your alias simply renders as "index" -- because "index" won’t load as a default page. This is only important if can’t use suffixes during the export because they’ll destroy long-held URLs (e.g. pages linked to from other sites, or URLs that have a high SEO value), then you have to make apache load up "
http://mydomain.com/assets/export/index" when you navigate to "
http://mydomain.com/assets/export/"
I’m working on a Wiki for this tool:
http://wiki.modxcms.com/index.php/Export_static_html
Please refer to that page for a full description. Thanks!