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

> I know that you double the rule overwriting , And add a condition with "no this path" or something like that (I can not remember the name), then add regular expressions that match your path. I may have used that property, it will work in your case


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -