We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing to include the innovagallery within my web application, running IIS on localhost.
First issue was in Router.php, since $_SERVER['REQUEST_URI'] does not exist when using IIS. Fixed that.
In site.php, I set url = "http://localhost/my-web-app/novagallery" - is that correct?
Now all I get is 404-page not found.
Has anybody run this under IIS?
BR Dan
The text was updated successfully, but these errors were encountered:
Unfortunately I don't know configuration of IIS but in the base it's just a simple php application using real urls.
If this is the url you have configured to something like your url/vhost (I don't know how it's named in IIS) , than it's right.
You need a feature like mod_rewrite in apache2 to route all requests to the index.php (without calling index.php directly)
Sorry, something went wrong.
No branches or pull requests
Testing to include the innovagallery within my web application, running IIS on localhost.
First issue was in Router.php, since $_SERVER['REQUEST_URI'] does not exist when using IIS. Fixed that.
In site.php, I set url = "http://localhost/my-web-app/novagallery" - is that correct?
Now all I get is 404-page not found.
Has anybody run this under IIS?
BR Dan
The text was updated successfully, but these errors were encountered: