Index display problem

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
music19
 
 
Posts: 52
Joined: Sat Jul 06, 2019 8:59 pm

Index display problem

Post by music19 »

Why whenever I try to change something in the index, is everything always wrong?
When I preview in my F5 browser, it looks perfectly, there I go up to the server and everything looks bad.
I upload the same files in another folder on the server and it works perfectly, but the index always looks bad.
With default.html it works, but with index.html, it doesn't work
User avatar
ColinM
 
 
Posts: 962
Joined: Wed Feb 09, 2011 3:40 am
Location: Western Australia

Re: Index display problem

Post by ColinM »

Hi music19 - what browser and device are you using ? Could be a cache issue.
Yours truly
Colin M
Western Australia
music19
 
 
Posts: 52
Joined: Sat Jul 06, 2019 8:59 pm

Re: Index display problem

Post by music19 »

ColinM wrote: Sun Apr 05, 2020 6:10 am Hi music19 - what browser and device are you using ? Could be a cache issue.
I use firefox, chrome and internet explorer and cell phone. in all the index appears wrong to me. I delete the cache, but the problem continues. When I change to default.html everything works.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Index display problem

Post by Pablo »

To be able to help you, I need to see what you have done.
Did you publish all files?
User avatar
jerryco
 
 
Posts: 826
Joined: Fri Mar 27, 2009 2:42 pm
Location: Purmerend, Holland

Re: Index display problem

Post by jerryco »

Is there an .htaccess file in the directory you're having trouble with?
// Love is the acceptance of nothing / Account age is no guarantee of efficiency ;-) ->

Above, Beyond, and @wwonderfull! <- Genuinely helps you with a powered up site that counts! Four Times Excellence!
music19
 
 
Posts: 52
Joined: Sat Jul 06, 2019 8:59 pm

Re: Index display problem

Post by music19 »

jerryco wrote: Sun Apr 05, 2020 12:40 pm Is there an .htaccess file in the directory you're having trouble with?
In the .htaccess:

# Begin cache control #
ExpiresActive on
ExpiresActive off
<FilesMatch ".*">
Header unset Cache-Control
Header unset Expires
Header unset Last-Modified
FileETag None
Header unset Pragma
</FilesMatch>
# End cache control #


RewriteEngine On
RewriteCond %{HTTP_HOST} ^***********.com [NC]
RewriteRule ^(.*)$ https://www.**********.com/$1 [L,R=301]
User avatar
BaconFries
 
 
Posts: 5327
Joined: Thu Aug 16, 2007 7:32 pm

Re: Index display problem

Post by BaconFries »

As previously mentioned by Pablo if you need help the either provide a url so that we can view or provide a copy of the project (striped) otherwise not a lot can be said to help...
bkjohns
 
 
Posts: 290
Joined: Wed Nov 14, 2018 5:54 pm

Re: Index display problem

Post by bkjohns »

Try renaming your .htaccess file and then create an empty one to see if that is where the problem is coming from. If not you can always go back to the original .htaccess.
Post Reply