I'm using IIS6 (unfortunatly) and have built an ASP.Net MVC app; IIS is set up for wildcards to make the routing work but I have two virtual directories that contain wordpress installations which works fine.
I have two .htaccess files (one in each wp install) that handles their rewriting fine, but I want to setup a rewrite from /about t...
I'm using ISAPI Rewrite3 on IIS6 for two Virtual Directories at the moment that contain Wordpress.
I need to setup some rules at the root of the site to redirect old urls to new urls:
i.e.
http://www.example.com/somefolder/* > http://www.example.com/newfolder/
&
http://www.example.com/somefolder/file_1.htm > http://www.example.com/n...
I wasn't sure if this is a ServerFault question or StackOverflow, so I am going to ask it here first.
When using ISAPI Rewrite (Helion Tech), I cannot seem to proxy the root directory http://www.somesite.com/
http://www.somesite.com/subdir/ will work if subdir is on the other server, but just plain old '/' will not work.
Here is a cop...
Hello all,
I have a site running on IIS6, Windows 2003, with Helicon (free) to rewrite urls.
I installed wordpress into its separate website under IIS
I can reach to the mainpage blog.domain.com/blog but when I try to click on the "Login" and type my username and password and click submit it will just 404 not found instead of redirec...
I am try to implement URL re-write functionality using Helicon Manager for
my ASP.net application running on windows server. I also generate a
.htaccess file and place in a root directory, but badly my application
failed to access this file and not performing the URL re-write. Here I want
to know how can i access .htaccess file through w...