Page 1 of 1

xampp and access via internet

PostPosted: 30. March 2015 22:54
by manospiraeus
i installed xampp on windows server 2008 on VM. i made all the neccesary changes to "allow from all" and i achieve to access my wordpress site via my static ip.
i have 2 problems
1. i cant see all the site... theme and photos ( i can see it as palin html site)
2. all the links redirect me to localhost

any help please

Re: xampp and access via internet

PostPosted: 30. March 2015 23:19
by manospiraeus
i think i find the problem but i need help to solve it....
all the images etc have in the start the localhost/... and not the static_ip/...
how can i change that???
thanksfor your help

Re: xampp and access via internet

PostPosted: 31. March 2015 08:16
by Nobbie
Edit file wp-config.php and apply appropriate URL to:

Code: Select all
define('WP_SITEURL', 'http://.....');
define('WP_HOME', 'http://....');

Re: xampp and access via internet

PostPosted: 31. March 2015 16:00
by Altrea
manospiraeus wrote:i made all the neccesary changes to "allow from all"

There are no settings that need to be set to allow from all to access a wordpress installation inside htdocs.