Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 08-17-2005, 00:00   #1 (permalink)
MikeM
Civilians

 
Default Problem viewing changes made on web site

I am web hosting on a home computer running w2k. I have been using
FP2000 and Apache2. I can view my website from a remote computer (my
local city council library) but whenever I access my site from the
remote site I get the pages in the original setup and a couple of
changes made since then but all changes I make now are not showing up.
I tried removing the index.htm file from my computer but the remote
site still shows up the index page. I have switched off FP extensions
since I read that Apache can't handle them but still can't view
updated pages over the net. The changes show up ok in the preview with
IE.

How can I access the changes pages?

Thanks
Mike
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 08-17-2005, 00:00   #2 (permalink)
Nimrod K Funk
Civilians

 
Default Re: Problem viewing changes made on web site

i'm no expert...(far from it in fact!) but have you tried clearing your
cache before checking your site? deleting temporary internet files +
history in Tools>internet Options in IE. Works for me!

chj


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2005, 04:00   #3 (permalink)
Terry Stockdale
Civilians

 
Default Re: Problem viewing changes made on web site

On Tue, 16 Aug 2005 2355 GMT, MikeM <mmo45018@bigpond.net.au>
wrote:

>I am web hosting on a home computer running w2k. I have been using
>FP2000 and Apache2. I can view my website from a remote computer (my
>local city council library) but whenever I access my site from the
>remote site I get the pages in the original setup and a couple of
>changes made since then but all changes I make now are not showing up.
>I tried removing the index.htm file from my computer but the remote
>site still shows up the index page. I have switched off FP extensions
>since I read that Apache can't handle them


What do you think is the number 1 server running FP Extensions?
Apache.

> but still can't view
>updated pages over the net. The changes show up ok in the preview with
>IE.
>
>How can I access the changes pages?


The library is probably using a caching proxy server (probably is for
filtering purposes) and isn't properly expiring your pages. Or, the
cache might be at their ISP.

You didn't indicate how long the "old" pages have been changed. If
you are talking hours, that's one thing. Weeks is an entirely
different issue. I would expect their proxy servers to be set to
something between 12 hours and 128 hours.

Try adding a meta tag to your web page to tell proxy servers not to
cache the pages.
<meta http-equiv="pragma" content="nocache">

By the way, I have a similar problem with Cox.net's servers when I'm
working on projects for a local non-profit. My "fix" is to delete the
pages that are changing (delete from the server) and then upload the
changed pages. I use FileZilla (http://filezilla.sourceforge.net) to
do FTP uploads. I don't like FrontPage's "publish" function.

>
>Thanks
>Mike


--
Terry
My blog: http://www.TheNextWindow.com
My website: http://www.TerryStockdale.com
My tip site and newsletter: http://www.TerrysComputerTips.com
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2005, 20:00   #4 (permalink)
MikeM
Civilians

 
Default Re: Problem viewing changes made on web site

The old page was changed 1-2 days before my first try at accessing it
from the library. I have been trying to access the new pages every 1-3
days after making changes.

Because the library was closed yesterday it will be about 3 days since
my last attemps. I have now added the "dont cache" meta tag.

Thanks
Mike

On Tue, 16 Aug 2005 2250 -0500, Terry Stockdale <news@dadstoy.net>
wrote:

>On Tue, 16 Aug 2005 2355 GMT, MikeM <mmo45018@bigpond.net.au>
>wrote:
>
>>I am web hosting on a home computer running w2k. I have been using
>>FP2000 and Apache2. I can view my website from a remote computer (my
>>local city council library) but whenever I access my site from the
>>remote site I get the pages in the original setup and a couple of
>>changes made since then but all changes I make now are not showing up.
>>I tried removing the index.htm file from my computer but the remote
>>site still shows up the index page. I have switched off FP extensions
>>since I read that Apache can't handle them

>
>What do you think is the number 1 server running FP Extensions?
>Apache.
>
>> but still can't view
>>updated pages over the net. The changes show up ok in the preview with
>>IE.
>>
>>How can I access the changes pages?

>
>The library is probably using a caching proxy server (probably is for
>filtering purposes) and isn't properly expiring your pages. Or, the
>cache might be at their ISP.
>
>You didn't indicate how long the "old" pages have been changed. If
>you are talking hours, that's one thing. Weeks is an entirely
>different issue. I would expect their proxy servers to be set to
>something between 12 hours and 128 hours.
>
>Try adding a meta tag to your web page to tell proxy servers not to
>cache the pages.
> <meta http-equiv="pragma" content="nocache">
>
>By the way, I have a similar problem with Cox.net's servers when I'm
>working on projects for a local non-profit. My "fix" is to delete the
>pages that are changing (delete from the server) and then upload the
>changed pages. I use FileZilla (http://filezilla.sourceforge.net) to
>do FTP uploads. I don't like FrontPage's "publish" function.
>
>>
>>Thanks
>>Mike

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-22-2005, 04:00   #5 (permalink)
MikeM
Civilians

 
Default Re: Problem viewing changes made on web site

Problem solved. The file >Apache2>htdocs>index.html was not updating.
I copied the changed index file to the htdocs directory and it is
working ok now.

Thanks again
Mike


On Tue, 16 Aug 2005 2355 GMT, MikeM <mmo45018@bigpond.net.au>
wrote:

>I am web hosting on a home computer running w2k. I have been using
>FP2000 and Apache2. I can view my website from a remote computer (my
>local city council library) but whenever I access my site from the
>remote site I get the pages in the original setup and a couple of
>changes made since then but all changes I make now are not showing up.
>I tried removing the index.htm file from my computer but the remote
>site still shows up the index page. I have switched off FP extensions
>since I read that Apache can't handle them but still can't view
>updated pages over the net. The changes show up ok in the preview with
>IE.
>
>How can I access the changes pages?
>
>Thanks
>Mike

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Problem with 2nd monitor viewing Chirag Microsoft Applications 0 10-22-2005 10:03
Problem viewing folder list in FrontPage Odessa Web Design 0 05-19-2005 20:00
This just made my year! (Site critique) HC Web Design 4 03-27-2005 04:00
problem viewing ppt presentation created on Mac on a Win 98 PC Paul H Microsoft Applications 1 06-16-2004 12:21
Problem with Graph Viewing Rajkumar Microsoft Applications 2 06-15-2004 17:54


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 22:25.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.77638 seconds with 19 queries