-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApacheHTTP url #44
Comments
DBI suppports apache servers with directory listing enbled. I have no idea how php scripting works but if you want that DBI supports your script , then make it produce the same output as apache servers with directory listing. |
All I can do is to remove check that initial URL ends with '/' but all output should be the same as Apache's directory listing. |
This will be great, i think this is the only thing that prevents my script to work with DBI since my script will output same as apache directory listing, |
Right now you can just add / to end of your url and check |
nice suggestion, i will try this and let you know if it works. |
Please remove the '/' check, it caused a lot of confusion for me during setup, as I would never usually end the url with a slash and had no idea why the remote locations weren't showing. |
I am developing a php script for NSP indexing.
My script will print a directory listing page if a $_GET parameter is in the url
example: index.php?DBI=true
i tried but DBI refuse to show the server probably because isn't a path of the server like /switch/
Is possible to implement an url like this in DBI so it can be used like this
Tanks
The text was updated successfully, but these errors were encountered: