Mobile app version of vmapp.org
Login or Join
Rivera981

: Request for an existing file causes 404 error A customer cannot access a file that I put online for him, or the folder that it is in. Requests for both the folder (/bastide) and the file

@Rivera981

Posted in: #Apache #Cache #Htaccess

A customer cannot access a file that I put online for him, or the folder that it is in.

Requests for both the folder (/bastide) and the file (/bastide/coupon%20d'engagement.pdf) return 404 errors.

I can visit both myself without any problems. The site is hosted on a Linode server in Frankfurt.

The site is a simple page with some graphic design projects for a client at pub.biotinel.fr

My .htaccess contains:

options +indexes

indexoptions +fancyindexing
indexoptions +xhtml
indexoptions +suppresshtmlpreamble
indexoptions +scanhtmltitles
indexoptions +descriptionwidth=300
indexoptions +namewidth=100
indexoptions +htmltable
serversignature off

directoryindex aucun.htm
errordocument 404 /404.htm


The problem is that some files that I added on May 18th (six days ago) are still not visible to the customer -- either on his computer or on his phone.

Specifically the folder /bastide is not showing up.

I have tried renaming various elements in the directory with the client on the phone. I see the changes in real time but the client does not.

Could it be that his DNS servers (Orange, in France) are not updating often enough?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rivera981

1 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

It's most likely caching issue.

Ask your customer to directly visit pub.biotinel.fr/bastide/ and check if he can see the content of the folder.

Also, you may ask your customer to visit pub.biotinel.fr/?v=1 - this will most likely fetch the page again and he should see bastide folder.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme