Page 1 of 1

CMS as another filename?

Posted: Tue Oct 25, 2005 7:25 pm
by Johan
Hi there

I'm doing i sitedesign where i would like to get the cms-content in another filename than index.php, for example content.php to include it in an index.php with iframe.

Is it possible?

/Johan

Re: CMS as another filename?

Posted: Sat Oct 29, 2005 11:45 pm
by Ted
It wouldn't be possible without some code changes, unfortunately.  Can you just install cmsms into a subdirectory?

Re: CMS as another filename?

Posted: Tue Nov 01, 2005 4:30 pm
by Johan
Really good idea, works fine.

Thanks!

Re: CMS as another filename?

Posted: Wed Nov 30, 2005 9:35 pm
by TNTH
And what if I want to change it (temporary) to home.php?

Maybe this is also possible with a change in the .htaccess. I thought there is a possibility to to change the defaultpage in the .htaccess, example:
index.html should be chosen instead of index.php when both files are on the server.