About rewrite rule
-
Hi,
We want to do the rewrite
from
https://www.xxx.com/Survey/mod/feedback/view/41
to
https://www.xxx.com/Survey/mod/feedback/view.php?id=41
So we are trying as below but this is not working.
<rule name="Rewrite to view.php"> <match url="^Survey/mod/feedback/view/([0-9]+)" /> <action type="Rewrite" url="Survey/mod/feedback/view.php?id={R:1}" /> </rule>
We are using WordPress for https://www.xxx.com
Inside this we created a folder Survey and for this we are using Moodle
We have placed the web.config file in the root of https://www.xxx.com.
Please suggest whether the above issue because of the wordpress source
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘About rewrite rule’ is closed to new replies.