Hey, I'm working on migrating a wordpress site from one server to another and I have it mostly working, the home page loads fine but when I try to browse to other pages (eg: example.com/info-page/) I get a 404 error from the web server even though mod_rewrite is enabled and I have the following .htaccess in the wordpress directory:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine
For legacy reasons, I have a wordpress site that primarily lives at a subdirectory: http://www.zmxmusic.com/site . However, it also serves the home page at http://www.zmxmusic.com .
I don't have access to the apache config that's currently used, and I'm having difficulty replicating this behavior on a new server.
This problem is driving me nuts. I've tried reading loads of tutorials about how to use mod_rewrite but I just can't get my head around it.
These questions must get asked all the time, so apologies for looking like a dumb***.
My problem is this. I need to remap several request URLs to my wordpress installation. Wordpress also uses mod_rewrite... does chaining work properly?
I'm working on a WordPress site that's served by two lighttpd backends behind an F5 load balancer.
Previously, the site was served by a single lighttpd server behind a nginx reverse proxy, and everything worked fine.
Now, sometimes when sending POST info from the WordPress admin (for instance, when editing general options or editing navigation menus) the site won't reply anything at all.
TL;DR:
Apache is not processing urls for server aliases.
Details:
I am trying to set up a wordpress multisite (a feature of wordpress 3.+ which allows to host multiple blogs at once). The main domain is yeloblog.com
Then I want to map domains to the sub-blogs.
I've been trying to get Wordpress to work on my Ubuntu 10.04 LTS system and nothing seems to work. I did everything as i should (according to http://codex.wordpress.org/Installing_WordPress) but I still can't access the Wordpress Setup Configuration page.
I have installed WordPress first installation on Apache server
Its opening fine but when i logged in with my user id and password
http://examplesite.com/wp-login.php
It is showing blank in Firefox and in IE page not open with no errors.
I cleared all my browsers cache history still not able to open the page after login.
There is no errors logs generated.
wordpress version3.4.2
php 5.3.3
mys
Possible Duplicate:
My server's been hacked EMERGENCY
My Ubuntu 10.04 LTS VPS has been hacked, probably via a WordPress site.
I was alerted to it when I noticed the incoming traffic was unusually high.
A WordPress site was littered with eval(base64_decode(...)) code in lots of files.
About two months ago I was (am) having problems getting PHP 5.2.1 working with Apache 2.063 on Solaris 10 (Update 8). Apache was on the Solaris 10 distribution, and I got the PHP binary from Sunfreeware.com. I run php in command line, and it works well. When I try to run in a browser, PHP does not work.