Jump to content

close site for maintenance


orange08

Recommended Posts

i get a tutorial, saying the following code can put our site offline, and only the developer can view the site

 

RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_ADDR} ^111\.222\.333\.444$
RewriteCond %{REQUEST_URI} !^/maintenance\.php$
RewriteRule ^(.*)$ /maintenance.php [L]

 

for the mentioned purpose, is that replace this line

RewriteCond %{REMOTE_ADDR} ^111\.222\.333\.444$

with the developer ip address?

 

then, how to replace our ip in this line: ^111\.222\.333\.444$

still need to put ^ \. and $

 

can give example in putting an ip address in this line?

 

thx!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.