Hi,

on my drupal site I have renamed index.php file. In this case boost doesn't create cached files.
If I turn back the file name to index.php everything is fine.

How can I make boost to work with renamed index.php?
Thanks

Comments

Anonymous’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)

At the very minimum your would need to replace all string replacements and searches for .php in boost.module and any other associated files with your new extension. Their may be an argument for setting a constant and then replacing based on the constant value which would make your life easier if your intent was to frequently change extensions.