funkman733
Forum Replies Created
-
Interesting article!!!!
So, if I add a right redirect rule from old link to new link (one rule for all link) it can work fine and I can deactivate Permalink finder plugin???Well, now I have tried this htaccess code:
<IfModule mod_security.c> SecFilterEngine on SecFilterScanPOST on </IfModule> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{HTTP_HOST} ^otranto\.inonda\.le\.it$ [OR] RewriteCond %{HTTP_HOST} ^www\.otranto\.inonda\.le\.it$ RewriteRule ^/?$ "http\:\/\/vacanze\.inonda\.tv\/" [R=301,L] RewriteCond %{HTTP_HOST} ^inonda\.le\.it$ [OR] RewriteCond %{HTTP_HOST} ^www\.inonda\.le\.it$ RewriteRule ^/?$ "http\:\/\/inonda\.tv" [R=301,L] RewriteCond %{HTTP_HOST} ^inonda\.eu$ [OR] RewriteCond %{HTTP_HOST} ^www\.inonda\.eu$ RewriteRule ^/?$ "http\:\/\/inonda\.tv" [R=301,L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ wp/$1 [L] RewriteRule . index.php [L]and now
inonda.le.it -> inonda.tv
inonda.eu -> inonda.tv
otranto.inonda.le.it -> vacanze.inonda.tvbut if I would to redirect an old domain post share in social network or linked in a forum, with or not Permalink Finder plugin it do this:
http://inonda.le.it/citta-otranto-erede-bisanzio/ -> http://inonda.tv/wp-signup.php?new=inonda.le.itbut it should to do this:
http://inonda.le.it/citta-otranto-erede-bisanzio/ -> http://inonda.tv/2014-05-23-citta-otranto-erede-bisanzio/before 4.0 it work fine…..
I have always 403 Forbidden page……
The blank page, is not all blank, because I can see and click all wordpress menu… But now I see that the problems are only in my firefox windows, because if I try to enter with chorme windows or firefox android, it go fine.
Now, I have another problem, when I go to select and save lightbox options it return me the 403 forbidden page….. why?Hi, I have resolved the problem, installing nextgen 2.0 version and after updating to the last version.
I have the same bug and it send my site in crash….
Now I have disattivated another plugin, and site now go well.
But I need to activated all plugins that I have disattivated, and I need also to use nextgen gallery.My hosting solution give me large resource, but nextgen in each new update want to totally it.
What should I do to have all plugins activated with perfectly site working?
if you want to control, my site is inonda.eu
Sorry, the title in google+ sharing, appears “post titlepost title”, i need to appears “post title | site name”
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow not performing correctlyIt’s all ok, it’s perfect, very very thanks!!!
if you wonna see my site the link is: http://otranto.inonda.le.itForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow not performing correctlytnx but I used the code in php, now I have this:
<?php if(function_exists(‘meteor_slideshow’)) { meteor_slideshow(“news”,”random: 1″); } ?>Forum: Fixing WordPress
In reply to: varius problems in internet explorerThanks, with your links I have solved all problem!!!!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow not performing correctlyHello, I solved the problem, there was a conflict with the javascript file!
One question, how do I randomize the slideshow’s transactions styles?
tnxForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow not performing correctlyHi, I have same problem on my site http://otranto.inonda.le.it only with internet explorer browser.
why?