lbausch / SQLgreyGUI

Web interface for SQLgrey built on Laravel 5
https://lbausch.github.io/SQLgreyGUI/
MIT License
11 stars 4 forks source link

nginx: SQLGreyGUI in a subdirectory #1

Closed piwats closed 9 years ago

piwats commented 10 years ago

Hello,

I came across your gui - which looks very nice :)

yet I have no clue about how to get it running with nginx...

you have a .htaccess with rewrite rules in int for apache - if they are not avaible, then SQLGreyGUI refuses to work.

Is there a possibility to turn off "CleanURLs" which seems to be turned on by default? Just to have for example the plain old php style ?q=somthin after .php in SQLGreyGUI?

Thanks in advance, -Paul

lbausch commented 10 years ago

You might try to configure Nginx according to the following link: http://laravel.com/docs/installation#pretty-urls

Let me know if this works for you.

piwats commented 10 years ago

Hi, thank you very much for your response.

This brings me a little bit forward - yet I have still to figure out, nginx configuration can be somewhat tricky...

I'll post my results here when it will be running :)

-Paul