Wanderman
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Content Copy Protection & No Right Click] Allow PrintingMost excellent. Also, why am I forced to purchase Premium Support when I go to purchase the plugin? I’d like to support your work, but I dislike (and likely do many others!) that we are forced to purchase another item.
Thank you for your work.
Forum: Plugins
In reply to: [Postie] Username defaults to [email protected]Hmmm again. It was sent from a Windows 10 Mail client through a Postfix/Dovecot server combo.
Rick
Forum: Plugins
In reply to: [Postie] Username defaults to [email protected]It was the content of the sent email. Not an attachment.
Simple typed email.
It’s odd.
Rick
Forum: Plugins
In reply to: [Postie] Username defaults to [email protected]Sure:
From <[email protected]>
To [email protected]
Date 11/03/2019 17:45
Subject [xxxxxxxxxxxxx] Report – March 2019Message contents
This message has no body contents.Attachment name Attachment type File size Actions
No filename HTML document 15.67 kB View | Open | SaveForum: Plugins
In reply to: [Postie] Username defaults to [email protected]Wayne,
Thank you for the rapid reply! The issue was the port and SSL. All fixed now.Next question, How do I get POSTIE to put the entirety of the post in the email body rather than a link?
Rich
Forum: Fixing WordPress
In reply to: WP_Relationships corrupt.Fixed.
with MYSIAM databases user the:
repair tables “NAME OF TABLE” use_frm
rebuild the index. May have some glitches, but can easily fix
Rick
Forum: Fixing WordPress
In reply to: WP_Relationships corrupt.FYI:
It appears that this is causing me to NOT be able to add tags and categories. They are all missing and adding them in via the new post or edit post function failsRick
Forum: Networking WordPress
In reply to: Multisite with simple sub-directoriesEUREKA!
I knew wordpress was configured correctly!
Ipstenu, brilliant deduction! I had overrides set to NONE on this new server. Never went back to change it!!!
Thanks!
Rich
Forum: Networking WordPress
In reply to: Multisite with simple sub-directoriesmoon,
I see the rewrite base is /and a bunch of commented out lines refer to a /wordpress/ directory.
The install is to the webroot (/)
Thanks!
Rich
Forum: Networking WordPress
In reply to: Multisite with simple sub-directoriesThanks everyone, it is always much more frustrating to have something partially functional than simply not work at all!
my .htaccess:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]#<IfModule mod_rewrite.c>
#RewriteEngine On
#RewriteBase /wordpress/
#RewriteRule ^index\.php$ – [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /wordpress/index.php [L]
#</IfModule># END WordPress
my wp-config.php includes these lines:
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘weblog.vr-x.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);I can see multisite network admin. I can add sites.
I have no idea when one is added it does not create any virtual folders, simply shows me the path and a 404 error.
Something basic is amiss.
Am I configuring the new sites correctly??
What is needed to be modified as far as permalinks are concerned?
Thanks,
I promise I will breat! 🙂
Rich
Rich
Forum: Networking WordPress
In reply to: Multisite with simple sub-directoriesalso,
when I finally get a blog created, users added, theme enabled. I go to visit the site or the dashboard and get:
The requested URL /NAME OF SITE/wp-admin/ was not found on this server.
I believe it has to do with directories.
Do i need to create a /NAME OF SITE/ directory off of the webroot?
If I have one, it fails to find the wp-admin script. I thought that multisite allows you to use the same wordpress installation system files.
help Again!
Rich
Forum: Networking WordPress
In reply to: Multisite with simple sub-directoriesOK…I followed the instructions for multisite. I have a wordpress installation at the root of my webserver. I do not wish to have a separate install of wordpress in each sub-directory.
weblog.domainname.com/
now I want sub-directories such as:
weblog.domainname.com/site1
weblog.domainname.com/site2
I have network admin activated. I have the site created. All I get when I try to go to a particular subsite is:
404 NOT FOUND!
HELP!
Rich
Forum: Networking WordPress
In reply to: Multisite with simple sub-directoriesOK. I reinstalled wordpress in my /webroot/ directory and was able to add /webroot/weblog/ directories as distinct blogs.
Do I still have to install an iteration of wordpress in every single blog directory??? i.e. /webroot/ has an install. Then another in /webroot/weblog1/ and /webroot/weblog2/ etc etc.?
Is there another way?? I will be using a single mysql database and understand I will need to change each weblog to its own prefix in the config. i.e. wp- is default next one is fb- etc etc.
I’m getting there.
Thanks!
Rick