Forum Moderators: phranque

Message Too Old, No Replies

zeus server mod rewrite 404

         

zimmo

8:33 pm on Jan 26, 2010 (gmt 0)

10+ Year Member



I am getting a 404 for my rule. Basically I have a website as such.

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?

g1smd

10:08 pm on Jan 26, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Never refer to index filename names in the URL.

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.