cheezitman
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Migrating to a new Server & URLNevermind I found that in my nginx virtualhost file I needed to set:
location ^~ /blogs.dir { internal; alias /var/www/SITENAME/wp-content/blogs.dir ; access_log off; log_not_found off; expires max; }
Forum: Fixing WordPress
In reply to: Migrated WordPress to a new Domain, Media Library Links are brokenresolved
Forum: Fixing WordPress
In reply to: Migrated WordPress to a new Domain, Media Library Links are brokenNevermind I found that in my nginx virtualhost file I needed to set:
location ^~ /blogs.dir { internal; alias /var/www/SITENAME/wp-content/blogs.dir ; access_log off; log_not_found off; expires max; }
Forum: Networking WordPress
In reply to: Where does WordPress store Media linksNevermind I found that in my nginx config file I needed to set:
location ^~ /blogs.dir { internal; alias /var/www/SITENAME/wp-content/blogs.dir ; access_log off; log_not_found off; expires max; }
Forum: Networking WordPress
In reply to: Unable to login to networkYou can edit wp-config to turn on debugging, and also check your .htaccess file to see if something has messed with that.
Forum: Fixing WordPress
In reply to: Migrated WordPress to a new Domain, Media Library Links are brokenTried all, no joy. From what I can tell all my media, even new uploads (while they end up in the server in the correct spot), can’t be accessed.
Forum: Fixing WordPress
In reply to: Migrated WordPress to a new Domain, Media Library Links are brokenI’ll try permalinks, we’re not using any resizing tool, but I’ll see if I can disable all plugins except Active Directory.
Forum: Fixing WordPress
In reply to: Migrated WordPress to a new Domain, Media Library Links are brokenIf nothing else where is WordPress storing the path information for media?
Forum: Fixing WordPress
In reply to: Upgrading WordPress & SSL with NginxI had to follow this and combine the certificate authority with the site certificate.
I’m getting the same thing, except that I’m running it on Ubuntu 12.04 LTS.
I seem to be having a similar problem
However I still think it’s related to my nginx installation.
Forum: Fixing WordPress
In reply to: Nginx and NExtGenI’m not seeing anything in the error log.
I do see things like this in the access log:
https://pastebin.com/m7CLFZBXMy nginx.conf file:
https://pastebin.com/T3YTe4xtMy sites-enabled file:
https://pastebin.com/XRtRKBuJMy wordpress config file:
https://pastebin.com/TtgTCmwVQuick Cache, it seems to do the job.
Forum: Fixing WordPress
In reply to: The page isn't redirecting properlyFigured it out subscribe2 has a bug causing the problem. Delete subscribe2 folder and the site works again!
Forum: Fixing WordPress
In reply to: The page isn't redirecting properlyAny help?