I’m having a problem which I don’t know what to search in google. Basically I have installed WAMP server and Installed OPen Cart
I am able to view my ECommerce site on my local computer but when I open it in on a remote computer it doesn’t load any images. It only shows texts
My scenario:
if I load the PHP page at
it works fine. I am able to view the WAMP server page which I put in the root directory but when i load the ecommerce pages at
http://192.168.1.101/clothing/
it doesn’t load the images. As if the PHP scripts are not working on it. Funny thing is it works fine on my local machine when I browse
Thanks for any help!
Add these lines (if isn’t there yet) in
<opencart main directory>/config.php:Note the address
192.168.1.101and directory nameclothing. You have to change it everytime you rename the directory or access your site from different address.