picchio89
Forum Replies Created
-
Thanks!
It seems it works now.But the loading bar, that usually show me the progress of translation as soon as I pubblish a post, remain blocked as it did when never worked.
should I be warry?I notice my transposh plugin folder has a different name:
https://travellertribe.com/wp-content/plugins/transposh-translation-filter-for-wordpress/js/transposh.js
is it normal?Thanks again
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] set on every blogs on multisiteThanks!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] support multi-site!?Hey,
I do activate it network and blogs of my wp network now are 404 page!I deactivate and delete the plugin,
does anybody can help me to solve this?Forum: Networking WordPress
In reply to: Multisite don't allow me to set a page as frontpage and moreHi,
I’ve another (warry) issue on my wp installation.
I’ve just realize it doens’t load anything from url:I’ve built a theme and it don’t load the background image (host in another website)
and I’ve an iframe in a widget who don’t appears.help ??
Forum: Networking WordPress
In reply to: Multisite don't allow me to set a page as frontpage and moreI tryed to move
RedirectMatch 301 /(.*)/\d{4}/\d{2}/\d{2}/(.*) /$1/$2
on the first line and update permalink structure, but nothing.I also notice in the post’s list it shows me the page list instead of post… https://cl.ly/1h1R1L0n3l210l3z0x3p
Forum: Networking WordPress
In reply to: Multisite don't allow me to set a page as frontpage and moreThanks for you help,
They copied the .htacess too.
When you told me this I disabled a plug-in to edit .htaccess too, but nothing happened.
When I set a static page as my front page and try to save, after loading the box just return to “your latest post” field like nothing were happen.by the way my .htaccess is modified by me to redirect old permalink to new address, so I don’t exclude some error.
RewriteEngine On RewriteBase / #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteCond %{REQUEST_URI} ^.*/wp-admin$ RewriteRule ^(.+)$ $1/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] RedirectMatch 301 /(.*)/\d{4}/\d{2}/\d{2}/(.*) /$1/$2 <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> #Expire Header <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$"> ExpiresDefault "access plus 2 months" </FilesMatch> Header unset ETag FileETag none
and Header Tag or Header exired never worked
Forum: Networking WordPress
In reply to: [Search Light] Search Light enabled for multisiteHi!
may I have the link on the multisite forum ‘cos I didn’t find it?
thanksThanks Andrea for the intresting article,
but I’ve to change permalink in order to use a plugin too.@ipstenu you rock!
I tryed your way and it works!!!!thanks again, cheers from Italy
I give you an real example:
I’ve this url
https://travellertribe.com/hamburg/2010/06/07/hafengeburtstag-hamburg/when I put
RedirectMatch 301 /\d{4}/\d{2}/\d{2}/(.*) $1and than change permalink on /%postname%/
if i go to
https://travellertribe.com/hamburg/2010/06/07/hafengeburtstag-hamburg/
I get
https://travellertribe.com/hafengeburtstag-hamburg/as you can see I lost /hamburg/
Thanks Ipstenu,
I tried but it doesn’t work.I get the same error above,like: https://example.com/postname without the blog path.
is it possible it doesn’t exist a command that say “take the full path”????
I solved, it was my fault.
upgrading i didn’t modify the .htacess file with the new path RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]sorry.
I hope my mistake could help othersThanks for your fast reply!