Page 1 of 1

how to make linux style "path"

PostPosted: 04. May 2015 17:14
by hanpedro
my box is windows 8.1 x64 and installed xampp 5.6.3.

I have a path problem that is when a file at a Linux server works fine, but after downloading this file to my windows xampp this file does not work.

Is there an option at php.ini to make linux style "path"?

Re: how to make linux style "path"

PostPosted: 04. May 2015 17:23
by Nobbie
Sorry, i have no idea what you mean. Could you explain more precisely?

Re: how to make linux style "path"

PostPosted: 04. May 2015 18:10
by hanpedro
Nobbie/

It's like this. hen log in site, the web address at address bar sows this problem.

http://localhost.myserver/index.php

I log in at this address, this address shoud be like this,

http://localhost.myserver/bbs/login_check.php

but, the address bar shows this.

http://localhost.myservere/_web/myserve ... _check.php

And nothing goes on.

Re: how to make linux style "path"

PostPosted: 04. May 2015 18:18
by Nobbie
I still do not understand anything. Sorry.

Re: how to make linux style "path"

PostPosted: 04. May 2015 21:33
by JJ_Tagy
hanpedro, it looks like you have two options.

1. Move the application files to /xampp/htdocs/bbs
2. Use url rewrite (Google will show many tools to do this automatically)