php - I can't access the website project in the folder www on wamp -


i building website using wordpress on local wamp. running perfect when go through server computer. but, when trying access other device connected on network lan, work. but, browser brings text link without border, background, images etc on project.

what should do?

that's because setting urls http://localhost,

try changing links machine's ip address.

http://192.168.1.101 example

edit

the browser shows texts no styles because fails load assets, , that's because setting base url localhost.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -