php - Am able to access site via my IP, but not localhost anymore -


i'm working on wordpress website installed on box using wamp, i've typed in 'localhost' address bar in order access site. i've had apache rewrite module enabled had idea of allowing people on our lan access site via lan ip. edited line of apache's httpd.conf file (per instructions on page http://www.sourcecodester.com/tutorials/php/5155/how-access-wampserver-another-computer-lan.html) :

# controls can stuff server. # #    require granted #   onlineoffline tag - don't remove order deny,allow deny allow 127.0.0.1 allow ::1 allow localhost 

(i changed 'deny all' 'allow all') saved file, accessed box via ip on ipad mini, windows pc. come machine running wamp , i'm developing site on, click 1 of navigation links on page, then 500 internal server error

so can see wamp menu , site typing own ip in. images aren't loaded, , error 500 when trying login typing ip '/wp-admin' after (meaning can't log in wordpress edit either)

what problem here? need able access 'localhost' , continue developing website, can not figure 1 out! thank you

try access localhost/your-wp-dir-path/wp-admin/options-general.php , in

wordpress address (url) option give value http://localhost/your-wp-dir-path


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -