The apache tag has no wiki summary.
2
votes
1answer
1k views
Wordpress Subdomain MultiSite on localhost XAMPP on :8080 with IIS taking port 80
I currently have Windows 7 , 64 bit on which I am running an IIS on localhost:80 and I installed XAMPP on localhost:8080. I have 15 individual wordpress sites but now i need a subdomain multisite ...
1
vote
1answer
190 views
mod_rewrite loop, redirecting http to https on certain section of wordpress blog
I'm trying to rewrite 3 sections of a wordpress site to https if they are accessed over http:
/cart/
/my-account/
/checkout/
As well as these rewrite's worpress has added a rewrite to remove ...
1
vote
1answer
123 views
Using separate Apache log files for multisite
A while back I left Blogger and downloaded my blogs to my system. I hosted them there with each individual blog as a VirtualHost for a while. Later, I imported them into WordPress and am hosting them ...
0
votes
1answer
143 views
Wordpress on Ubuntu 12.10: permalinks problem
I am running a backup of my website on Ubuntu 12.10 (apache+mysql). I can see properly admin and home page, but permalinks are not working (so urls like this are failing: localhost/page/.../).
What ...
0
votes
1answer
73 views
Typing local Wordpress URL works, but clicking the same link does not
Wordpress is installed locally on WAMP (win 7 x64) and the front page of my site loads fine when I type http://lc.loc. However when I click the link to this URL on the loaded page, I am taken to a DNS ...
2
votes
0answers
114 views
PHP Fatal error: Out of memory / Unknown Error On Line 0
I know this has been posted a number of times but I'm getting really stuck so thought I would see if anyone can help.
My error logs keep getting these errors
[24-Apr-2013 01:25:44] PHP Fatal error: ...
2
votes
0answers
99 views
Wordpress wp_unregister_GLOBALS causing 100% Apache CPU Usage
I've been testing the Wordpress (by making about 5 requests/s) CMS, but the problem is that Apache is constantly using 100% of the CPU. Lately I've had enough of that and I've traced down a problem to ...
0
votes
0answers
25 views
Connection Information when Installing Plugins
I'm getting the Connection Information error when trying to install a plugin. Steps I have already done:
sudo usermod -a -G www-data shutter
sudo chgrp -R www-data /var/www
sudo chmod -R g+w ...
0
votes
0answers
38 views
Configure VirtualHost for a perfect Wordpress Environment
I'm trying to install wordpress in a Cloud Server with rackspace.
But my lack of knowledge in server configuration (LAMP , etc) is making me do a lot of miss configurations .
First I think the ...