简体   繁体   中英

Is LAMP messing up with my PHP?

I'm trying to fix a website, with a slider in front page. When I see it in local, there is no problem whatsoever. Once online, though ... Local slider: 本地滑块 Online slider: 在线滑块

The only difference I see between these is that the local passes thorugh WAMP and the online through LAMP. Any idea ?

It can be caused by 2 main reasons:

  1. Case sensitivity. Linux is case sensitivity to it's files. while Windows is not. so if you have defined path like folder/image.png when the real name is actully Folder/image.png . it will only work in windows. make sure you defined in your files the exact path.
  2. Directory structure is not similar.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM