Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Under Construction while working on Elxis Site. [SOLVED]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Under Construction while working on Elxis Site. [SOLVED] (Read 4695 times)
ROUBOS
Hero Member
Posts: 699
Under Construction while working on Elxis Site. [SOLVED]
«
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?
«
Last Edit: June 18, 2011, 20:06:08 by ROUBOS
»
Logged
babis1
Hero Member
Posts: 1538
Re: Under Construction while working on Elxis Site.
«
Reply #1 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)
«
Last Edit: June 17, 2011, 10:10:40 by babis1
»
Logged
wbread
Sr. Member
Posts: 354
Re: Under Construction while working on Elxis Site.
«
Reply #2 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?
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Under Construction while working on Elxis Site.
«
Reply #3 on:
June 17, 2011, 16:09:41 »
Quote from: ROUBOS on June 17, 2011, 01:57:58
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.
Logged
Rent a Site
|
Lelevose
ROUBOS
Hero Member
Posts: 699
Re: Under Construction while working on Elxis Site.
«
Reply #4 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
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Under Construction while working on Elxis Site. [SOLVED]