Elxis CMS Forum

Support => General => Topic started by: ROUBOS on June 17, 2011, 01:57:58

Title: Under Construction while working on Elxis Site. [SOLVED]
Post by: ROUBOS on June 17, 2011, 01:57:58
Hi,
I usualy have an index.html showing an under construction message while working on my Elxis Site, but this time around on this server it is bypassed and the index.php is what shows up?
I changes do I need to make in order to fix this?
Title: Re: Under Construction while working on Elxis Site.
Post by: babis1 on June 17, 2011, 10:06:36
open htaccess.txt or .htaccess found that
RewriteEngine On
and after put that
 DirectoryIndex index.html ...so the finall will be
RewriteEngine On
DirectoryIndex index.html

now you have to go to your php site like mydomain.com/index.php and administrator mydomain.com/administrator/index.php (or index2.php)
Title: Re: Under Construction while working on Elxis Site.
Post by: wbread on June 17, 2011, 10:54:10
in configuration is a function to disable the site for users with the ability to login to the administrator
or you have a special page index.html?
Title: Re: Under Construction while working on Elxis Site.
Post by: rentasite on June 17, 2011, 16:09:41
I changes do I need to make in order to fix this?

It's a server side matter. You must configure your server, to have in 1st priority .html files and secondary .php files. You can ask your provider to do that, if you are not familiar.

Or else... do what wbread said.
Title: Re: Under Construction while working on Elxis Site.
Post by: ROUBOS on June 18, 2011, 20:05:55
thanks people.
tried what babis1 wrote and works sweet. It's only a temp solution until I complete the work.
thanks again