Hi all,
I installed elgg latest version on Windows with easyPHP, when I log in to my social network from the server everything works fine, when I log in from another computer on the network I access only to the login page (without loading the css) and if I do the login, the browser redirects me to localhost 127.0.0.1. Why?
Can someone help me I have to set something in htacces?
Thank you!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- antonio@antonioelgg
antonio - 0 likes
You must log in to post replies.Part of the elgg installation is telling the database where the site lives - a url. If your URL is 127.0.0.1 or localhost then the site won't work externally as all assets will try to load from that url.
My advice - if this is just a test server get a url through dyndns or similar service and use that.
Thank you! But I have to use my server for the Thesis. How do I change the paths?