I'm having an issue with a website on my new cPanel server I setup... i'm fairly new to administrating cPanel...
Anyways on this particular problem the website is display 8 slider pictures on the index.html page. The problem is it is supposed to be only 5. I SSH to the server and look in their public_html directory and load index.html using nano and find that they do indeed only have 5 slider pictures listed.
I have cleared out all the cache from my browser and looked at it through multiple browsers so it isn't anything to do with the browser.
Here is it using NANO on the server:
<ul class="items">
<li>
<li>
<img src="images/slider_1.png" alt="">
</li>
<li>
<img src="images/slider_2.png" alt="">
</li>
<li>
<img src="images/slider_3.png" alt="">
</li>
<li>
<img src="images/slider_4.png" alt="">
</li>
<li>
<img src="images/slider_5.png" alt="">
</li>
</li>
</ul>
and here is it when you load the page and look at the source:
<ul class="items">
<li>
<li>
<img src="images/slider_1.png" alt="">
</li>
<li>
<img src="images/slider_2.png" alt="">
</li>
<li>
<img src="images/slider_3.png" alt="">
</li>
<li>
<img src="images/slider_4.png" alt="">
</li>
<li>
<img src="images/slider_5.png" alt="">
</li>
<li>
<img src="images/slider_6.png" alt="">
</li>
<li>
<img src="images/slider_7.png" alt="">
</li>
<li>
<img src="images/slider_8.png" alt="">
</li>
</ul>
Is apache doing something like caching the old information? I have tried restarting apache with no luck. I'm not a web developer so i'm not sure what else it may be and thought I would ask you all for help. It appears they are using Dreamweaver though because I see some folders called "SpryAssets" and such which i believe that is with Dreamweaver.
Anyways on this particular problem the website is display 8 slider pictures on the index.html page. The problem is it is supposed to be only 5. I SSH to the server and look in their public_html directory and load index.html using nano and find that they do indeed only have 5 slider pictures listed.
I have cleared out all the cache from my browser and looked at it through multiple browsers so it isn't anything to do with the browser.
Here is it using NANO on the server:
<ul class="items">
<li>
<li>
<img src="images/slider_1.png" alt="">
</li>
<li>
<img src="images/slider_2.png" alt="">
</li>
<li>
<img src="images/slider_3.png" alt="">
</li>
<li>
<img src="images/slider_4.png" alt="">
</li>
<li>
<img src="images/slider_5.png" alt="">
</li>
</li>
</ul>
and here is it when you load the page and look at the source:
<ul class="items">
<li>
<li>
<img src="images/slider_1.png" alt="">
</li>
<li>
<img src="images/slider_2.png" alt="">
</li>
<li>
<img src="images/slider_3.png" alt="">
</li>
<li>
<img src="images/slider_4.png" alt="">
</li>
<li>
<img src="images/slider_5.png" alt="">
</li>
<li>
<img src="images/slider_6.png" alt="">
</li>
<li>
<img src="images/slider_7.png" alt="">
</li>
<li>
<img src="images/slider_8.png" alt="">
</li>
</ul>
Is apache doing something like caching the old information? I have tried restarting apache with no luck. I'm not a web developer so i'm not sure what else it may be and thought I would ask you all for help. It appears they are using Dreamweaver though because I see some folders called "SpryAssets" and such which i believe that is with Dreamweaver.