Is there an advantage to using internal vs mod_rewrite for pretty URL's?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
cnymike
Power Poster
Power Poster
Posts: 446
Joined: Sun Jan 22, 2006 3:24 am

Is there an advantage to using internal vs mod_rewrite for pretty URL's?

Post by cnymike »

Not sure I've seen any discussion of the advantages or disadvantages of using either of the two methods for making pretty URL's.

Disregarding the fact that some people are unable to use mod_rewrite because of various reasons, for those of us who can use either method, is there any significant reason why I would want to choose one method over the other?
Pierre M.

Re: Is there an advantage to using internal vs mod_rewrite for pretty URL's?

Post by Pierre M. »

Hello,

True (external) pretty URLs are pretty : /some/path/to/page.html
Internal PHP hack URLs are almost pretty : /index.php/some/path/to/page.html

I prefer true pretty URLs.

Pierre M.
Locked

Return to “[locked] Installation, Setup and Upgrade”