php - Need IIS to open default document before URL rewrite -
I am making a Symphony app with classic ASP pages on an existing web server. If domain / com / *. If ASP is found, then it loads the page if a URL has been entered and is not found, then it has been passed through a PHP routing system /app.php to process. I set the URL to reinstall it in IIS and everything works great though, I need to create an exception for the default .asp and index.asp. I want to check the IIS default documents And loads them before deciding the URL and rewrites it at / ap.php. I can write code in PHP and load it to check in the file, but such It seems that there is something that should be controlled by IIS. Is this possible?
If my explanation was not clear, then it is an example:
User attempts to load if it exists, then load that page. Otherwise, URL rewriting should be loaded
Comments
Post a Comment