kylboy06
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wildcard for WP Address?Thank you so much, that did the trick, awesome, thanks again.
Forum: Fixing WordPress
In reply to: Wildcard for WP Address?I know what you are talking about, but what exactly would I add to the host file, in order to get this to work?
Forum: Fixing WordPress
In reply to: Wildcard for WP Address?I know that 192.168.0.100 is reserved, I need it to do this, because I can’t go to the domain in the local network, because I have the server in my house, so the only way to get there is to type in the ip. I was just curious if there was anyway to change it from using a url and making it relative to what is typed in. Or if there is an add on to do this, or anything, because right now I can’t access my own blog from inside my house.
I just need it to be like the rest of my site. If you click on a link for page2.html, it is actually linked as /page2.html, and not http://www.domain.com/page2.html. By doing this, I can type in 192.168.0.100 and click on the link and it will take me to 192.168.0.100/page2.html, or if I type in http://www.domain.com and click on the link, it will go to http://www.domain.com/page2.html If I do something like this for wordpress though, it wants to go to http://news or http://../news, etc