Connecting Tech Pros Worldwide Forums | Help | Site Map

An out there IIS Redirect SEO Question

Familiar Sight
 
Join Date: Sep 2007
Posts: 164
#1: Sep 2 '08
I was not sure whether or not to post this here, or in the Misc. forum.

Here is my situation:

We have a website that needs to running on IIS. We are running server 2003, and IIS 6, of course. We need to put up a wordpress blog on the site as well. So I just created a directory where the website is stored on the machine, got php installed as ISAPI, at first, then throough all the problems, tried it as CGI, and Fast CGI. And still had the same problems.

And the problems were:

URL redirects woudlnt work smoothly. (this was a problem I was willing to let go, and look into further if the next problem would be resolved)

The wordpress theme we are using has function that utilizes the GD php extension, and it doesnt work at all! The GD extensions does work, as I have tested it multiple ways. I have a feeling it has something to do with the path to where the images are stored for the site, but after tinkering with it for days, I feel the best thing would be to just run the wordpress section on Apache like it should be.

Which brings me to the main point of this post...

I want to wordpress section to appear as it is located at
www.website.com/blog

If I setup the apache server, I know I can make the site be blog.website.com

Or I could put a redirect on the /blog directory in windows, and point it to blog.website.com

But is there anyway to pull this off with having two different web servers, and make it appear as if it is coming from website.com/blog
???


Thanks so much in advance!

kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Sep 2 '08

re: An out there IIS Redirect SEO Question


Here is an article that may help. You may end up rewriting:
User:ringmaster/IIS
Familiar Sight
 
Join Date: Sep 2007
Posts: 164
#3: Sep 2 '08

re: An out there IIS Redirect SEO Question


Quote:

Originally Posted by kenobewan

Here is an article that may help. You may end up rewriting:
User:ringmaster/IIS

Thanks for the quick reply. This indeed takes care of the rewrites problem, but more importantly, I am trying to either solve the problem with GD extension not working, or even more how to get my site to appear like website.com/blog in the search engines if I am using two different web servers.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#4: Sep 3 '08

re: An out there IIS Redirect SEO Question


Have you tried adding it as a new web extension:
Configure Web Service Extensions (IIS 6.0)
Familiar Sight
 
Join Date: Sep 2007
Posts: 164
#5: Sep 4 '08

re: An out there IIS Redirect SEO Question


Yes, I did all of that. PHP is working fine on IIS except for this one thing. I think I am just at a loss here for what I wanted to do. I dont even think it is possible, but I just wanted to double check that before I moved on to try the next ideas.

Thanks a ton everyone.
Reply