Page 1 of 1

Working with WP

PostPosted: 14. March 2014 16:57
by johanvos
I installed XAMPP and read the instructions carefully.
But I must have done something wrong.

If I make a fake php, such as in the FAQ
<? php
echo 'Hello World';
>
and place it in the htdocs,
with http://localhost/test.php it works fine.

But if I have a whole page in wordpress htdocs/new/ and try
http://localhost/new/index.php
I get the familiar;
The website can not display the page

What can I possibly do wrong?

regards Johan Vos

Re: Working with WP

PostPosted: 14. March 2014 20:31
by Nobbie
This seems to be a WordPress issue, not a Xampp issue. I know that WordPress is doing some redirections etc. in .htaccess, so you should ask this one in a WordPress forum.