Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The message of .htaccess
08-27-2007, 11:00 PM
Post: #1
The message of .htaccess
Hello,

I have the .htaccess file with content:

Code:
order deny,allow
deny from all
allow from 125.235.12.149

Then, when the visitors visit my site, they get the message "Access denied". How can I change this message, ex: "Will come back soon!"

(Sorry for in English, because I want to improve my foreign language)

họat hình online,phim online
android tutorial,android news
android soft, android
Visit this user's website Find all posts by this user
Quote this message in a reply
08-28-2007, 09:07 AM
Post: #2
Re: The message of .htaccess
It's pretty easy with .htaccess. You will need to give it custom error message. Creating custom 403 page in your site, or putting a message directly in .htaccess file likes this

Code:
ErrorDocument 403 "Will come back soon!

Try it and let us know if it's working for you Smile
Cheers!


Pham Hung
3inetworks staff

For official support please use our secured helpdesk at https://support.3inetwork.com

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: