Installing wordpress blog onto Umbraco project - redirect URL question
Hi everyone,
I have a question regarding running a wordpress blog in an umbraco project. The server is a .NET server with IIS and it's also configured to run PHP.
The blog runs fine except the web.config of umbraco applies onto the blog and overrides certain PHP defaults that I don't know how to fix.
For example the default page is default.aspx instead of index.php inside the "blog" folder even though IIS has been set up to use index.php
How do I make it so that www.mydomain.com/blog/ goes to www.mydomain.com/blog/index.php automatically? I tried adding a webconfig inside the blog folder with a redirect rule that caused a 500 error.
Installing wordpress blog onto Umbraco project - redirect URL question
Hi everyone,
I have a question regarding running a wordpress blog in an umbraco project.
The server is a .NET server with IIS and it's also configured to run PHP.
The blog runs fine except the web.config of umbraco applies onto the blog and overrides certain PHP defaults that I don't know how to fix.
For example the default page is default.aspx instead of index.php inside the "blog" folder even though IIS has been set up to use index.php
How do I make it so that www.mydomain.com/blog/ goes to www.mydomain.com/blog/index.php automatically?
I tried adding a webconfig inside the blog folder with a redirect rule that caused a 500 error.
Any help is very much appreciated.
Thank you
I can't figure out which setting in UrlRewriting.config will help me achieve that
I have resolved it.
If anyone ever installs a wordpress blog under umbraco and needs help, feel free to ask me!
I am looking at doing this how did you get round this issue?
Hey
there is a key there in the config file where you add the folder which should be exempt from the rules.
So if you have your blog in a folder called "blog", you add to that list of folder the keyword "blog".
Good luck
That's fantastic!
Does this mean the single entry will cover subdirectories of ~/blog/ as well? I hope so as WP creates subdirectories for each year, month, day, etc.!
Yeah in my case the subdirectories were handled too. Give it a try...
Thanks much appreciated
is working on a reply...