404 error on file that exists on the server

Status
Not open for further replies.

elwariac

New Member
Messages
2
Reaction score
0
Points
1
Hi,

I've just re-uploaded "assets" directory form my disk to the hosting.
Before this everything worked fine, after the operation I got an 404 on file:
'/assets/js/components/PaginationComponent/PaginationComponent.js'

I double checked and file exist locally and is accessible form the url and also this file exists on the server (checked on FileZilla).
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi elwariac,

Since we are a Linux web hosting service, file paths are case sensitive. Therefore, your JavaScript file is actually at /assets/js/components/paginationComponent/paginationComponent.js. ;)

Thank you,
 

elwariac

New Member
Messages
2
Reaction score
0
Points
1
Fair enough :) Thanks for help. I'll change my local machine setup to be case sensitive (it is an Linux machine but clearly miss configured :) )
 
Status
Not open for further replies.
Top