skullz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Subdomain to subdirectory redirectCan someone help me out with this?!
Forum: Fixing WordPress
In reply to: New Website, Redirected Domain, Lost WP Blog…Existing Domain:
Export Your WordPress Posts – You can find the Export option under the Manage tab in your WordPress dashboard. You’ll want to save the file somewhere on your hard drive where you can find it a little later.
Download Your wp-content Folder – This step requires FTP access. You’ll want to copy over your wp-content folder on to your hard drive or place it somewhere you can find it later so that you can upload it to your new domain. This should grab all of your existing plugins, themes, uploads (pictures), etc. You’ll also want to download your favicon and Robots.txt file (if you have either).
Sub Domains and Sub Directories – This won’t apply to everyone, but if you’ve set up any sub domains or sub directories for your blog, you’ll want to grab the same files from them as well.
New Domain:
Install WordPress on the New Domain – This can be done manually or via Fantastico if you have CPanel.
Upload Your wp-content Folder – This requires FTP access to complete. Just override the existing wp-content folder from your fresh WordPress install.
Import All WordPress Posts – You can find the Import option under the Manage tab in your WordPress dashboard. When it asks for the import file, use the one that was exported and saved on your hard drive earlier.
Activate Your Theme & Plugins – Head into the Design and Plugins tabs and make sure you have the same theme and same plugins activated as the old domain name.
Update Your Settings to Match the Old Domain – Update all of your settings to match the old domain, including all of your plugin settings you just activated.
Inspect Your Theme – View your theme with your plugins activated and settings in place to ensure that everything looks like it matches the old site on the new domain. Test some of the functionality as well to ensure everything is working properly.
Upload and Run the Update URL’s Plugin – The Update URL’s WordPress plugin is brand new (just came out this month) WordPress plugin and the timing couldn’t have been more perfect for me! Once activated, simply enter your old domain URL and the new one. It will go through all of your old posts and update the domain part of the URL with the new one, and it only takes a matter of seconds. Note: I won’t update anchor text, only the domain in the URL.
Repeat Steps for Sub Domains and Sub Directories – Upload and setup your sub domains and sub directories using the same steps above.Forum: Fixing WordPress
In reply to: Subdomain to subdirectory redirectI tried the following in htaccess
Options +FollowSymlinks
RewriteEngine On
# Rewrite rule for press.rockinfrnz.com
RewriteCond %{HTTP_HOST} ^press\.rockinfrnz\.com
RewriteCond %{REQUEST_URI}!^/press
Rewriterule ^(.*)$ /press/$1 [L]but still I get page not found when go to post instead of home page(home page works fine).
My permalinks
/%year%/%monthnum%/%day%/%postname%/Forum: Fixing WordPress
In reply to: Cannot allocate memory ErrorThanks for your time. Site’s now working fine after installing Litespeed.
Forum: Fixing WordPress
In reply to: Cannot allocate memory ErrorWhen I used top, mysql and wp was in top. There are 7 instances of wp running at the same time. Each wp process uses around 8 to 15% of RAM.
Forum: Fixing WordPress
In reply to: Cannot allocate memory ErrorHave you had any experience with lighttpd or nginx, will those reduce the load and are there any backdrops for them? Also, how many users will be able to access the site simultaneously on a 2GB an 1 GB RAM?
Thanks. 🙂Forum: Fixing WordPress
In reply to: Cannot allocate memory ErrorI am on VPS not shared hosting. The hosting support told me that the script is poorly written. I have upgraded the RAM to 2GB now. Can you suggest any steps to over come this?
Forum: Fixing WordPress
In reply to: Cannot allocate memory ErrorDoes somebody experience the same problem. I guess this started after upgrading to 3.0.4. My error log is being flooded with the same error, please suggest a solution soon.
Thanks.Forum: Fixing WordPress
In reply to: Cannot allocate memory ErrorThis problem has been there for a week now, So I re-installed wp deleting all the files(inc plugins,themes,etc), still I am getting this error. But the TPC! Memory usage plugin shows Peak memory used as 3.2M and always it shows ~2M, The server has 8 cores and the load avg ~ 2.36 1.85 1.43
A weird problem?!Forum: Fixing WordPress
In reply to: Folder to Subdomain- File not found errorCan you explain in detail how to do that?
Thanks.