Forum Moderators: phranque
domain.com/site/index.php
I want to parse the index.php as index.html using rewrite. I have used the conversion tool to do this, to change from apache to zues but I keep getting errors when typing in the url?
I need my index.php to be read as index.html and still process the php on the page? is that possible?
Use the URL
example.com/ or example.com/folder/ to refer to that content. I have no idea how to do that with Zeus, but you also need to add a redirect such that if the URL request contains an index file filename the user is redirected to
/ or /folder/ too.