Koozali.org: home of the SME Server

How to serve a specified web page every time a URL is asked from squid

Offline sebahot

  • *
  • 19
  • +0/-0
    • Drake Systems
Hello,

I'm running SME server v7.3.
I want that every time when a user from LAN make a request for a URL, the squid from SME to serve the user a specified web page.
I think I need something like URL redirector.


Regards,
Sebastian
« Last Edit: March 10, 2008, 09:32:55 PM by sebahot »
...

Offline the-heck

  • ***
  • 63
  • +0/-0
  • Chance favors the prepared mind.
What exactly do you want?  You want to block users and send them to an error page?
***************
·¨­­­°÷»the-heck«÷°¨·
***************

Offline sebahot

  • *
  • 19
  • +0/-0
    • Drake Systems
What exactly do you want?  You want to block users and send them to an error page?

I want that every time a user want to surf the web the first page that is displayed in his web browser to be o predefined URL.

Sebastian
...

Offline the-heck

  • ***
  • 63
  • +0/-0
  • Chance favors the prepared mind.
I think for URL Redirector you will need to configure Apache.

Check this out.
http://www.aitechsolutions.net/apacheredirect.html
***************
·¨­­­°÷»the-heck«÷°¨·
***************

Offline sebahot

  • *
  • 19
  • +0/-0
    • Drake Systems
URL Redirect is not what I need.
To be more specific about what I want here is an example:

I want to open www.yahoo.com in a web broser. I type the URL and before the information from yahoo.com to be loaded in my web browser, I want to see the URL http://www.mydomain.com/notice.html and after a predefined time or after I click on a link on this page to see yahoo.com.

Regards,
Sebastian
...