Skip to content

Tag: iis

IIS HTTP-Fehler 500.19 – Internal Server Error

Hello i try to install a PHP mvc Website in IIS but i just getting this error: HTTP-Fehler 500.19 – Internal Server Error The requested page cannot be accessed because the associated configuration information for the page is invalid. Detailed error information: IIS Web Core module Notification BeginRequ…

Accessing PHP files outside physical path in IIS

I have been told that for security reasons all PHP data handling files should be located outside of the website root directory. I have a website hosted in IIS 10 with the includes folder outside the root. Something like this:- website: C:inetpubwwwrootindex.php and PHP files C:includessubmit.inc.php This is o…

Should I install xampp or wamp?

So I have IIS manager already installed in my computer, and I want to update to php7 then install laravel, but the video tutorials, articles and documentations online is mostly geared towards people who use xampp and wamp I couldn’t find a tutorial for IIS. I really want to download and install xampp or…