Tagged Questions
2
votes
1answer
69 views
Another website in a IIS subfolder
A friend of mine has an ASP.NET site hosted on windows server with IIS7 web server. He wants to install a wordpress blog without using subdomains for SEO reasons. In practice, he would like to have a ...
0
votes
0answers
263 views
How do I run ClamAV on Windows Server efficently? [closed]
I'm hosting a WordPress site on Windows Server 2008 RS, and I want to scan all files that are uploaded by users for viruses using this plugin: http://wordpress.org/extend/plugins/upload-scanner/.
I'm ...
0
votes
1answer
350 views
Removing trailing slashes in WordPress blog hosted on IIS
I have a WordPress blog hosted in my IIS virtual directory that has all URLs ending with a forward slash. For example:
http://www.example.com/blog/
I have the following rules defined in my ...
0
votes
0answers
270 views
Wordpress Site not pulling CSS, Error Code 500
I'm working on a WordPress based website, the webpage loads fine but the CSS and JavaScript won't load in. Here's a screenshot from FireBug:
The html pages are fine. Even the Wordpress wp-admin ...
0
votes
2answers
265 views
PHP Files and Folders permissions under IIS
I have the company's wordpress site under IIS 7.5 (Windows 2008R2 SP1) but I still have file access problems:
Under .NET Websites it's usual the IIS_IUSRS the user used by IIS to perform tasks on ...
2
votes
1answer
575 views
Single Sign-on for Intranet WordPress using OpenID (or OAuth), IIS, Integrated Windows Authentication, Active Directory?
Is it possible to have single sign-on for intranet WordPress sites by using OpenID (or OAuth), IIS, Integrated Windows Authentication, Active Directory?
I'd like to have Active Directory users ...
0
votes
2answers
333 views
Wordrpress with PHP 5.3
I'm trying to install Wordpress 3.1 on PHP 5.3 (under IIS 7.5), but before getting to the configuration page it's throwing this error:
Your PHP installation appears to be missing the MySQL extension ...
2
votes
3answers
507 views
Potential Issues Using WordPress on WIMP and WAMP?
The firm I'm working with want to host WordPress on Windows servers. They also want to use WIMP instead of WAMP. I don't like the idea, but can't explain intelligently why it's bad- Can someone help ...
0
votes
1answer
90 views
Wordpress blog website apache and IIS subdirectory
The issue is this :
Our company has a website hosted on an IIS server. I have recently been given the task to configure a WordPress server for an eventual WordPress blog so that our social media ...
1
vote
1answer
78 views
Microsoft-IIS/6.0: Need php/mysql but only have access to ftp
I need to run php/mysql.
I want WordPress.
I only have ftp access on a server setup with IIS 6.
Is this possible? The website is hosted on Network Solutions. Do I need to reset the whole server?
...
0
votes
1answer
73 views
Setting up website with one domain name and two servers
Forgive me if this has already been answered, but I have looked everywhere.
Basically, we have a store setup on a windows server. However, we want to setup a second area within the website for ...
1
vote
0answers
185 views
ASP.NET application within wordpress installation on IIS 7
a client has a wordpress installation on their IIS server located at www.mydomain.com. We would like to put our asp.net application in a subdirectory of the wordpress installation - at something like ...
0
votes
2answers
155 views
IIS Messing on Wordpress Permalinks or WP's fault?
I had a problem and after some research I discovered the exactly point where is failing.
blog.domain.com
Is not working, it says that the page cannot be found (404)
blog.domain.com/index.php
...
1
vote
1answer
440 views
Redirecting a domain name to an IIS Application
So since IIS only allows me to install applications (in this instance, wordpress) as containers under the parent of a Web Site, I need to redirect all the root URL requests sent to my domain, to the ...
3
votes
2answers
1k views
How do I host a WordPress site in a virtual directory on IIS 7?
I have an ASP.NET website running on IIS 7. I would like to host a WordPress site in a folder on this site (/blog).
I know that I can run WordPress on IIS, I just don't know if anyone has tried this ...
0
votes
2answers
195 views
WordPress installation on Windows Server 2003 (IIS)
I am having horrible time setting up WordPress on a Windows Server 2003 machine.
I've set up MySQL and created a database called wordress. Uname called WordPress with pwd WordPress as well. So in ...