Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
Hi,
Recently my site main page says "Page not found" whereas the other pages are working. Do you know if this is something I can fix? Its something that just occured and I haven't done any changes to the site.

http://www.fouridine.com/ - shows "Page not Found"
http://www.fouridine.com/design/ - shows page alright

Fouridine
'Page not found' message is displayed when user requested some page that doesn't exist or is unpublished. Such general explanation doesn't help much though, especially since the main 'index.php' is a clonable template.

Somehow it appeared to be a cache issue. I still had server creds saved in my ftp software, so I logged in and cleaned directory /couch/cache and things started to work fine immediately.

@KK, home-view of the index.php template had a simple redirect to a folder view:
Code: Select all
    <cms:set destination="<cms:link masterpage='index.php' folder='design' />" />
   
    <cms:if k_is_home >
      <cms:redirect destination permanently='1' />
    </cms:if>

I honestly do not see how cache could become an issue here. Do you?
Hi Trendoman, not quite sure what you mean by "I logged in and cleaned directory /couch/cache". Strange thing is without having done anything my home page now returns a 502 bad gateway. Whereas my /design page is still loads alright.
Everything works just fine. Must be your local internet connection issue.
Test link: https://tools.geekflare.com/report/spee ... ridine.com
@trendoman, yes it is difficult to see how or why the cache would cause the issue.

Anyway, I think you may safely disable the cache altogether - the difference in performance would be imperceptible if the site is not taking in a high volume of traffic.
5 posts Page 1 of 1
cron