Memnosis
Forum Replies Created
-
Forum: Networking WordPress
In reply to: 404 on pages, posts, …okay, not the complete navigation is away, only EMPTY category-links in the navi, where no posts are at the moment: https://ecosocial.me/love/
(older problems are solved at the moment, dont know why)
Forum: Networking WordPress
In reply to: 404 on pages, posts, …it’s from my host https://www.one.com ??
after a terrible journey today with them
i turned back to the older version.now my navigation is away ??
Forum: Networking WordPress
In reply to: 404 on pages, posts, …i tyed all possibilitys for permalinks, especially the preset witch numbers and yes i saved
better formatting of suggested htaccess
#rewriting wordpress stuff to the root RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^/wp-((content|admin|includes)|((cron|login)\.php)) RewriteCond %{HTTP_HOST} ([a-zA-Z0-9-]+\.([a-z]{2,4})|co\.uk|me\.uk|org\.uk|priv\.no)$ RewriteRule ^(.*)$ https://%1/%{REQUEST_URI} [L,QSA] #rewriting everying that can't be found to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] #rewriting everything else to index.php RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteCond %{REQUEST_URI} !^/wp-(content|admin|includes|login|cron)(\.php)? RewriteRule . index.php [L]
i can activate php-errors and i think i see errors then appearing on the site
Forum: Networking WordPress
In reply to: 404 on pages, posts, …i tryed it in preset permalinks
Forum: Networking WordPress
In reply to: 404 on pages, posts, …here is the mess: https://ecosocial.me/love/
Forum: Networking WordPress
In reply to: 404 on pages, posts, …what are ugly permalinks?
Forum: Networking WordPress
In reply to: 404 on pages, posts, …they told me to change my htaccess to the following (and now navigation and everything is away)
‘RewriteEngine On #rewriting wordpress stuff to the root RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^/wp-((content|admin|includes)|((cron|login)\.php)) RewriteCond %{HTTP_HOST} ([a-zA-Z0-9-]+\.([a-z]{2,4})|co\.uk|me\.uk|org\.uk|priv\.no)$ RewriteRule ^(.*)$ https://%1/%{REQUEST_URI} [L,QSA] #rewriting everying that can’t be found to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^index\.php$ – [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] #rewriting everything else to index.php RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteCond %{REQUEST_URI} !^/wp-(content|admin|includes|login|cron)(\.php)? RewriteRule . index.php [L]’
Forum: Networking WordPress
In reply to: 404 on pages, posts, …no, i’m not. my host is looking in the apache error logs right now (i cant get them on my own)
Forum: Networking WordPress
In reply to: different domain names on one wordpress installationshould be possible, i tryed this with static url and https://de.vu
what are your errors if you try it?
Forum: Networking WordPress
In reply to: WP Mulitsite not maping netwok correctydefine(‘PATH_CURRENT_SITE’, ‘/wordpress/’);
Forum: Networking WordPress
In reply to: WP Mulitsite not maping netwok correctydefine(‘PATH_CURRENT_SITE’, ‘/’);
Forum: Networking WordPress
In reply to: 404 on pages, posts, …i can download logfile, but don’t know how to read latest.log.gz ?
and i can enable / disable php errors?!?
Forum: Networking WordPress
In reply to: Register on multisite to just ONE blogForum: Networking WordPress
In reply to: 404 on pages, posts, …yes, the problem is still the same with default permalink structure.
i asked my host about that and everything should be okay
when i deletetd htacess i got an errorpage, so i think it should be readable
Forum: Networking WordPress
In reply to: MultiSite won't work!and what is the problem?