Re: Default page
Posted: Wed Mar 18, 2009 1:35 am
If they bookmarked the index3.htm page, then making your default page index3.php won't do any good. They'll get a 404 when searching for index3.htm (unless you're rewriting your URLs). I guess I'm not understanding why you want your default page to be index3.
If you're using pretty URLs, you can have your default page be anything you want. Just set the page alias of the default page to the desired "filename", and add the desired extension. You could have "mysite.com/index3", or "mysite.com/index3.htm", or "mysite.com/index3.r2d2" or any other desired URL.
If you're using pretty URLs, you can have your default page be anything you want. Just set the page alias of the default page to the desired "filename", and add the desired extension. You could have "mysite.com/index3", or "mysite.com/index3.htm", or "mysite.com/index3.r2d2" or any other desired URL.