Forum Moderators: phranque
Basically, I need to redirect the simple URL to the more complicated one which is then itself rewritten back to a simple URL.
I need to rewrite requests for the simple URL to fetch content from the complex internal path. For users still requesting the complex URL I need to redirect them to the simple URL. this works fine for the urls/links with no query string (ie http://example.com/en/category/123/widgets) but throws the following error if a query string is present:
You don't have permission to access /C:/dev/example/wwwroot/index.php on this server.