
July 9th, 2011, 11:05 AM
|
|
Registered User
|
|
Join Date: Jul 2011
Posts: 2
Time spent in forums: 35 m 42 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by Doug G Why not make index.php a default document rather than using rewrite? |
I need to have user-friendly URL's. If the URL is something like "example.com/video/example-video", I need it re-written to "example.com/index.php/video/example-video". If it doesn't get re-written, then IIS assumes that this is a directory and throws a 404 error, because there is no default document there.
|