The apache tag has no wiki summary.
0
votes
1answer
25 views
how to set up wp in folder within static website?
In my server I have the following file structure:
www/
index.html
js/..
css/..
img/..
index.html
...
blog/
.htaccess
index.php
wordpress/
.htaccess
wp-config.php
...
-1
votes
0answers
16 views
SVG not showing [closed]
I'm using Nevia theme from wordpress, and im trying to show the icons.
The support told me that is a problem with the apache configuration, but i dont know what i must to do.
Anyone knows what is ...
1
vote
1answer
38 views
Universal problem: first request after ~25 second inactivity always slower (~1 second) than subsequent requests (~1/10sec)
It's something I noticed ever since I started working with WordPress. It's a universal issue, in the sense that it doesn't matter if the WP installation is on my shared hosting account (haven't tried ...
2
votes
0answers
105 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: ...
0
votes
0answers
23 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 ...
1
vote
1answer
77 views
Should I enable FastCGI on WordPress?
I am looking at my server settings and these are as follows:
WebDav : active
FastCGI : inactive
SSL support : active
Perl as Apache module : CGI-Programm
PHP module : ...
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 ...
-1
votes
1answer
23 views
Can I redirect the http request towards an old folder to the homepage using .htaccess file? [closed]
I am in the following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). Due to some problems I deleted it and moved the site over to ...
-1
votes
2answers
111 views
CHMOD 0777, but Wordpress still not able to write files/folders [closed]
The day before yesterday I ordered my own VPS. But now I have problems with Wordpress, Wordpress is not able to create a .htaccess by itself, not able to write to it and plugins aren't able to create ...
1
vote
1answer
72 views
Set up Network Locally on a Flash Drive
I've previously used WAMP for developing WordPress themes locally using a WordPress Network using sub domains. Having to set it all up again every time I want to develop on a new computer is a pain, ...
1
vote
1answer
184 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 ...
-2
votes
1answer
103 views
Resolve the debugs
I enable the debugs, and i have these that describe below.
In the wp-config.php write :
define('WP_DEBUG', true);
define('WP_DEBUG', false);
1)
Notice: Undefined index: type in ...
2
votes
0answers
97 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
1answer
141 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
161 views
wordpress multisite domain mapping redirects to original subdomain
This week I installed Wordpress 3.4.2 (Linux Centos + Apache2) and configured the network option using subdomains. Then I installed the MU Domain Mapping plugin, so I would be able to use it with ...
0
votes
1answer
157 views
What's the opposite of required valid user in .htaccess authentication
I'm familiar with password protecting files and directories using apache authentication. I am working on a site where I have two WordPress installs on the same domain. One WP install is in the root ...
0
votes
1answer
135 views
I Made Wordpress Multisite. And Now Everything Doesn't Display Properly
I installed Ubuntu 10.4 then I installed Bitnami LAMP stack then I installed bitnami wordpress module then I tried to make the site into a multisite by following these instructions:
...
0
votes
0answers
89 views
How long does the average wp site take to execute on the server? (not download to browser) [closed]
If you measure the time it takes to parse and run one of your wp pages, how long does it take? I don't mean how long does it take the browser to download static files like; stylesheets, Javascript ...
1
vote
1answer
161 views
modrewrite not working on my Apache setup
Not sure if this is webmaster or a WordPress question, it's a bit half and half, sorry if I'm posting in the wrong place.
Without using Multi-Site or installing new WordPress CMS' in second-level ...
0
votes
0answers
56 views
Htaccess rule doesn`t work [closed]
I have .htacces in a root of site. And I wrote this rule to file:
<files .htaccess>
Order allow,deny
Deny from all
</files>
But i still see content of my .htaccess file in ...
0
votes
1answer
135 views
I'm think I've found a bug with JetPack 1.7
There are dozens of other WP installs on the same server, subject to the same ModSec rules, and none of them has a problem. This is the only WP install that has jetpack installed and it only occurs ...
0
votes
1answer
220 views
Memory errors with media upload, Wordpress can't use more than 96M (while there's 512 available!)
I'm aware that this is a known problem but I was unable to address it using information found in WPAnswers and Wordpress support forums.
In my Worpdress single site installation the media uploader is ...
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 ...
0
votes
3answers
172 views
Recommendation for server config for Wordpress Staging servers [closed]
I've won a sweet managed VPS hosting package with Anchor (VPS D), and I'm looking for recommendations on how to set up the server. Anchor will setup apache or nginx for me - but which should I ...
0
votes
1answer
563 views
The requested URL was not found on this server [closed]
I'm running wordpress locally on 127.0.0.1 on mac osx lion. All links work fine. Problem is when I add pages, and set permalinks to the page, and then associate the page with one of my template ...
0
votes
2answers
469 views
How to configure apache to create files with correct group owner [closed]
I've got WP site on a self-hosted server. Any files I create are owned by me/me and any files created by WP are owned by apache/apache. I've created a group, wp, that both me and apache are members of ...
0
votes
1answer
109 views
If I use Apache & ngnix together will I have fewer problems?
I have a VPS set-up and because it had limited RAM I set it up to run nginx instead of apache. But although performance has been reasonable, I've had problems with things like multi-site rules and ...
0
votes
1answer
72 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 ...
0
votes
1answer
242 views
How to reduce Apache connections caused by plugins?
I've been having an increasing lack of performance in my server (slowness, stalling on page loads, largely backend issues where I spend most of my time) over the past month or two on what is primarily ...
1
vote
1answer
293 views
Does WP Have a Function To Generate .htaccess RewriteCond?
I know that I can edit .htaccess manually and add a RewriteCond statement inside, but I need to build a plugin that does this the proper way by using WP rewrites which then get pushed into .htaccess ...
5
votes
2answers
553 views
Multisite htaccess on localhost with WP as an SVN external?
I've mimicked Otto's setup here: http://ottopress.com/2011/creating-a-wordpress-site-using-svn/ and my brief example is below.
That tutorial is specific to a single site install, and specifies a ...
1
vote
1answer
118 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
417 views
APC fragmention woes on Apache AWS EC2 Small instance with WordPress and W3TC
Asked this question at serverfault, and got confirmation that W3TC is most likely causing the issue, but several of my more W3TC/Wordpress specific issues weren't able to be answered. Reposting ...
1
vote
1answer
193 views
Migrating WPMS from apache to IIS7 causes Database Error
// Be sure to read the updates at the bottom
I have a large multisite installation hosted on XAMPP on an XP 2003 server and am trying to move it from XAMPP/Apache to a new Windows 2008 server with ...
1
vote
2answers
302 views
How to change server name on Wordpress Installation?
I am not sure if the title of the question is acurate enough but here it goes.
I have set up an Ubuntu server inside a VirtualBox VM, I have enabled port forwarding so when I type on the host ...
0
votes
1answer
149 views
How to configure Multisite Network with randomized hostnames?
I'm trying to convert a freshly-installed and functional WordPress into a multisite network. But I'm having problems because of our Apache configuration.
We use Apache to randomly redirect requests ...
3
votes
4answers
382 views
How can I improve site/page performance of WordPress websites?
To improve site/page performance, I added the following code to accept headers:
<php flush(); ?>
It works, but perhaps not as well as it could. Any advice?
I also tried to leverage browser ...
0
votes
1answer
57 views
Domain name in a WordPress Network
I have a domain-based network. Blogs are like:
blog1.domain.com
blog2.domain.com
One of these blogs needs to be migrated to a domain blog1.com, but without leave the network. I know I have to poing ...
1
vote
2answers
121 views
How to redirect a link to a new link?
I am about to change the slug for my page's permalink. Since I dont want to loose the traffic, i would like to redirect the visitors to the new more SEo friendly link.
Can I achieve this with the ...
2
votes
3answers
300 views
Apache/Linux configuration changes to make automatic upgrade more straightforward
I've been reading some posts that seem to touch on this (or possibly address it, but it's going over my head). Unix is not my strong suit by a long shot.
I have inherited a Fedora server that is a ...
0
votes
2answers
987 views
Getting “Internal Server Error” when enabling 'Set expires header' in W3 Total Cache
As soon as I enable the option
Performance --> Browser cache --> 'Set expires header' to true
I get a 500 Internal Server Error.
Then I have to SSH into the server and delete the new entries to ...
1
vote
3answers
122 views
How to configure self hosted wordpress so that everything can be upgraded/installed from dashboard
I have a blog on shiplu.mokadd.im. After installing wordpress I see upgrade notice time to time. Sometimes its core upgrade and sometimes its plugin or theme upgrade. Each time I try to upgade any of ...
1
vote
1answer
116 views
.htaccess in subdir gets ignored by Wordpress' own .htaccess in /
I have a Wordpress installation on the root of an apache (I.E. on /) and WP wrote this custom .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
...
1
vote
2answers
109 views
How can we take into account post types when constructing permalinks?
When I'm working with Wordpress's permalink system, I can create plenty of options for creating permalinks, like so:
/blog/%year%/%monthnum%/%day%/%postname%/
But if I add introduce a new kind of ...
0
votes
1answer
171 views
Check against server time to display SQL entries - Radio Station DJ Rotator Plugin
I'm building a WordPress plugin that will create a radio station "On-Air Now" DJ rotator.
Working options panel I've built so far: http://i.stack.imgur.com/SiYde.png
I've based the idea on a PHP ...
0
votes
1answer
148 views
Issues when moving from server to MAMP
I just moved a website from a hosted web server to MAMP and I am getting a strange error.
When I visit the homepage I get the default "It works" apache message. the url should be test:8888 but the ...
0
votes
1answer
221 views
Ugly permalinks stopped redirecting to pretty URLs
I have a WordPress 3.2.1 site hosted on a DreamHost shared Debian/Apache server. Since I set up the site two years ago, it's been set to the /%year%/%monthnum%/%postname%/ permalink structure. It was ...
4
votes
1answer
1k views
How do I get the right permissions for WordPress running Apache on Debian
I'm trying to set up a WordPress site on a LAMP stack on Debian 6.0. From the WordPress documentation (and my experience on shared hosts) the correct permissions should be as follows
All files ...
0
votes
3answers
438 views
Powering only a subfolder with WordPress on a LAMP stack with an nginx reverse proxy
[I just posted this on the WP Forums, too, before anyone starts Googling and saying that this is posted somewhere else]
I'm hoping this isn't a duplicate, but I've been searching here and Googling ...
2
votes
1answer
134 views
Is it possible to move wordpress out of webroot?
Is there a way to put the wordpress out of webroot dir, and just leave a entry index.php to the webroot?