I would like the htaccess rewrite rule to compare to IIS rewrite rule I tried which doesn't seem to work:
<rule name="rewrite /blog/">
<match url="^blog/([_0-9a-zA-Z\-]+)/$" />
<action type="Rewrite" url="/{R:1}/" />
</rule>
|
I would like the htaccess rewrite rule to compare to IIS rewrite rule I tried which doesn't seem to work:
|
|||
|
|
|
This is not a WordPress question. Anyway …
|
|||
|
|