velvetpixel
Forum Replies Created
-
Thank you!
Forum: Plugins
In reply to: [Animate It!] Is version 2.3.2 compatible with WP 5.0.3?Thank you! ??
Forum: Fixing WordPress
In reply to: Permissions issue on 3.0.1 automatic upgrade.I have tried setting umask to 002 in /etc/profile. Do I need to do this in httpd.conf as well?
Forum: Networking WordPress
In reply to: Procedure for duplicating WPMU install?Thanks for the reply!
So just that and change the wp-config to:
define(‘DOMAIN_CURRENT_SITE’,’dev.example.com’ );Anything else?
Forum: Networking WordPress
In reply to: Upgrading from WPMU 2.8.6 to WP 3.0.1 questionsThank you both for your insight!
Forum: Fixing WordPress
In reply to: php memory limit issueDid you read the first line of my post?
Thanks for trying though ??
Turns out it’s an issue with the flickerRSS plugin. I just moved to a new server with the latest apache, php, mysql and this plugin is not happy! ??
Forum: Plugins
In reply to: WP Super Cache and permissions warningIf the server cannot write to that directory then how are uploads and theme additions handled? What account is WP using to do these functions?
Forum: Fixing WordPress
In reply to: Some visitors seeing old contentCouldn’t I leverage expires headers?
Anybody have resolution to this?
Well a test folder would be awesome if wordpress didn’t hardcode full urls or paths into lots of places on multiple tables in the database.
Moving folders is a REAL pain in the ass with this app.
Why isn’t the site coded to use the path or domain as a variable and then every url in the database is relative so moving the install to a different folder only requires a change to two lines in the wp-config.php file?
domain install:
https://www.example.com/wp_install/path:
/home/account/public_html/somefolder/Those would then be added to the relative path where needed with php
Sorry about the rant but I’ve done three of these moves in two weeks and one was a large WPMU with about 3000 instances in the DB that needed to be modified.
Ok end of rant and back on topic.
I have DirectoryIndex index2.html set in my .htaccess file as I want that static to be my default content while testing.
I want to still be able to access index.php without it redirecting to /
How can I temprarily disable the redirection wordpress is doing?
Forum: Fixing WordPress
In reply to: View index.php without redirect to /But I am unable call the index.php file directly so something in wordpress is redirecting index.php to / and / is handled by index.html.
I am not able to switch themes as that is part of what I am working on.
What can I edit to stop the redirect and allow me to view index.php
There are no DirectoryIndex rules in place in httpd.conf or .htaccess.
Forum: Fixing WordPress
In reply to: Time of postThank you both! ??
Forum: Plugins
In reply to: Redirection Plug-In and WPMUAnybody?
Forum: Fixing WordPress
In reply to: .htaccess woesAnybody?
Forum: Fixing WordPress
In reply to: .htaccess woesWhen adding:
Redirect 301 /transparency/?p=386 https://blogs.example.com/blog/2009/07/20/welcome-to-the-organic-market-where-everything-is-fresh/
to the wp .htaccess file nothing happens. At least I no longer have a server error ??