Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
offline or Maintenance plugin/mode
#1
How do i show a maintenance template to the public only?

I want to be able to browse the site, but show a specific template just for visitors
Reply
#2
well , since is a new site and html files have priority , i created a index.html file on root
that way i can live test stuff without anybody without the full url see its.
Reply
#3
amaurib Wrote:well , since is a new site and html files have priority , i created a index.html file on root
that way i can live test stuff without anybody without the full url see its.

amaurib,

this priority depends on the settings in the .htaccess file:

Code:
DirectoryIndex index.php index.htm index.html

the sequence defines which index-file will be opened when the URL is opened in a browser without a dedicated file

so
Code:
DirectoryIndex maintenance.html  index.php index.htm index.html

would make it even more evident that, when there is a file "maintenance.html" this one will be opened in the browser, when the domain is in "real use" you can take off that file

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply




Users browsing this thread: 1 Guest(s)