CarapauCostante
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site URL and permalink change issueHello I resolved the issue with post permalinks and now everything is fine with posts:
https://www.mysite.com/wordpress/2014/03/03/my-beautiful-post/
send me to:
https://www.mysite.com/my-beautiful-post/I still have a problem with categories and tags:
https://www.mysite.com/wordpress/category/my_category/
and
https://www.mysite.com/wordpress/tag/my_tag/Can someone help me with that? I have a lot of 404 in webmaster tools.
My htaccess follow:
RewriteEngine O
RewriteCond %{REQUEST_URI} !^/wordpress
RewriteRule ^(.*)$ wordpress/$1 [L]
RedirectMatch 301 /2012/(.*)/(.*)/(.*)/(.*) /$3/$4
RedirectMatch 301 /2012/(.*)/(.*)/(.*) /$3
RedirectMatch 301 /2013/(.*)/(.*)/(.*)/(.*) /$3/$4
RedirectMatch 301 /2013/(.*)/(.*)/(.*) /$3
RedirectMatch 301 /2014/(.*)/(.*)/(.*)/(.*) /$3/$4
RedirectMatch 301 /2014/(.*)/(.*)/(.*) /$3
RedirectMatch 301 /2015/(.*)/(.*)/(.*)/(.*) /$3/$4
RedirectMatch 301 /2015/(.*)/(.*)/(.*) /$3# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
resolved ??
I contacted my hosting provider (Aruba). They found out a wrong server side configuration. If you still have problem you should open a ticket to Aruba.
Tell them is the same problem of ticket 04D-1D4E008B-0281
The last update of Google Analytics Dashboard for WP
is 2015-7-9. Nothing changed in the plugin after 28-7-2015, I think it’s a problem with Aruba servers. If they answer me I’ll post here.I also opened a ticket to Aruba, I think it could be something related to their servers. I don’t think disabling SSL is the right way, It could be a security issue. Don’t you think so?
Yes I’m on Aruba and both my websites have the same problem.
Forum: Themes and Templates
In reply to: [Hueman] hueman on chrome for androidI find out the solution. There’s some kind of incompatibility with Jetpack’s Gravatar Hovercard. Once I disabled it everything work fine.
cheers
Forum: Themes and Templates
In reply to: [Hueman] Featured posts won't show in sliderOh great, I didn’t get the point that the category is mandatory, otherwise it gets the last posts.
Thank you again.
Forum: Themes and Templates
In reply to: [Hueman] Featured posts won't show in sliderPS: I whant to remove those and add others..
Thanx
Forum: Themes and Templates
In reply to: [Hueman] Featured posts won't show in sliderActually I don’t have any Featured category but I see 3 posts in the slider. Where does it take them? And why?
Forum: Themes and Templates
In reply to: [Hueman] Featured posts won't show in sliderdbbrown, how can I give that “Featured” name to a post?
Thank you!Forum: Themes and Templates
In reply to: [Hueman] Featured posts won't show in sliderCan’t really sort this out isn’t featured and sticky the same?
Thank youForum: Themes and Templates
In reply to: [Hueman] Featured posts won't show in sliderThank you, probably I’m lost in translation… When I publish a post I can set “in evidenza” which I thought it was “featured” while probably it stands for “sticky”.
So where do I set the post featured? I cant find it in wp. Sorry for the nooby questions!