JacobALund
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSGreat for you man. I wish you could describe how you’ve got it solved a little more detailed.
I still don’t dare upgrading my site to v4.1.1. in fear of what will happen. The bug will most likely return.
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTS@marius (Clorith)
I already tried this earlier on – remember? 🙂 Had no effect.
I just deleted the entire site (FTP) and uploaded a previous back up before the 4.1.1 version. Now it works fine. However, this obviously isn’t a long-term solution since the 4.1.1 was a security update.
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSChanging the permalink doesn’t work.
I have no redirection plugins installed, but I have W3 Total Cache. I have tried disabling all my plugins but that did not help either.
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSForum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSThat works! I can now see the page: http://bismv.dk/
But it doesn’t really solve the problem since I kinda still need to be able to show my homepage 🙂
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSI have just taken a look at the .htaccess-file again to see if there’s anything wrong. And some for reason, iThemesSecurity has added the following to the file:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
# BEGIN iThemes Security - Do not modify or remove this line # iThemes Security Config Details: 2 # Ban Hosts - Security > Settings > Banned Users SetEnvIF REMOTE_ADDR "^5\.255\.253\.22$" DenyAccess SetEnvIF X-FORWARDED-FOR "^5\.255\.253\.22$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^5\.255\.253\.22$" DenyAccess SetEnvIF REMOTE_ADDR "^134\.249\.55\.134$" DenyAccess SetEnvIF X-FORWARDED-FOR "^134\.249\.55\.134$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^134\.249\.55\.134$" DenyAccess SetEnvIF REMOTE_ADDR "^104\.152\.189\.102$" DenyAccess SetEnvIF X-FORWARDED-FOR "^104\.152\.189\.102$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^104\.152\.189\.102$" DenyAccess SetEnvIF REMOTE_ADDR "^80\.86\.94\.7$" DenyAccess SetEnvIF X-FORWARDED-FOR "^80\.86\.94\.7$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^80\.86\.94\.7$" DenyAccess SetEnvIF REMOTE_ADDR "^185\.13\.202\.192$" DenyAccess SetEnvIF X-FORWARDED-FOR "^185\.13\.202\.192$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^185\.13\.202\.192$" DenyAccess SetEnvIF REMOTE_ADDR "^173\.255\.225\.130$" DenyAccess SetEnvIF X-FORWARDED-FOR "^173\.255\.225\.130$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^173\.255\.225\.130$" DenyAccess SetEnvIF REMOTE_ADDR "^157\.55\.39\.136$" DenyAccess SetEnvIF X-FORWARDED-FOR "^157\.55\.39\.136$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^157\.55\.39\.136$" DenyAccess SetEnvIF REMOTE_ADDR "^104\.250\.147\.218$" DenyAccess SetEnvIF X-FORWARDED-FOR "^104\.250\.147\.218$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^104\.250\.147\.218$" DenyAccess SetEnvIF REMOTE_ADDR "^142\.4\.218\.236$" DenyAccess SetEnvIF X-FORWARDED-FOR "^142\.4\.218\.236$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^142\.4\.218\.236$" DenyAccess SetEnvIF REMOTE_ADDR "^69\.73\.170\.122$" DenyAccess SetEnvIF X-FORWARDED-FOR "^69\.73\.170\.122$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^69\.73\.170\.122$" DenyAccess SetEnvIF REMOTE_ADDR "^68\.180\.229\.31$" DenyAccess SetEnvIF X-FORWARDED-FOR "^68\.180\.229\.31$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^68\.180\.229\.31$" DenyAccess SetEnvIF REMOTE_ADDR "^81\.171\.57\.163$" DenyAccess SetEnvIF X-FORWARDED-FOR "^81\.171\.57\.163$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^81\.171\.57\.163$" DenyAccess SetEnvIF REMOTE_ADDR "^91\.238\.228\.5$" DenyAccess SetEnvIF X-FORWARDED-FOR "^91\.238\.228\.5$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^91\.238\.228\.5$" DenyAccess SetEnvIF REMOTE_ADDR "^81\.171\.98\.66$" DenyAccess SetEnvIF X-FORWARDED-FOR "^81\.171\.98\.66$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^81\.171\.98\.66$" DenyAccess SetEnvIF REMOTE_ADDR "^130\.225\.26\.139$" DenyAccess SetEnvIF X-FORWARDED-FOR "^130\.225\.26\.139$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^130\.225\.26\.139$" DenyAccess SetEnvIF REMOTE_ADDR "^50\.23\.210\.133$" DenyAccess SetEnvIF X-FORWARDED-FOR "^50\.23\.210\.133$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^50\.23\.210\.133$" DenyAccess SetEnvIF REMOTE_ADDR "^185\.17\.30\.210$" DenyAccess SetEnvIF X-FORWARDED-FOR "^185\.17\.30\.210$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^185\.17\.30\.210$" DenyAccess SetEnvIF REMOTE_ADDR "^198\.20\.73\.170$" DenyAccess SetEnvIF X-FORWARDED-FOR "^198\.20\.73\.170$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^198\.20\.73\.170$" DenyAccess <IfModule mod_litespeed.c> Order allow,deny Allow from all Deny from env=DenyAccess Deny from 5.255.253.22 Deny from 134.249.55.134 Deny from 104.152.189.102 Deny from 80.86.94.7 Deny from 185.13.202.192 Deny from 173.255.225.130 Deny from 157.55.39.136 Deny from 104.250.147.218 Deny from 142.4.218.236 Deny from 69.73.170.122 Deny from 68.180.229.31 Deny from 81.171.57.163 Deny from 91.238.228.5 Deny from 81.171.98.66 Deny from 130.225.26.139 Deny from 50.23.210.133 Deny from 185.17.30.210 Deny from 198.20.73.170 </IfModule>I have no idea what it means or why it has been added.
I have deleted the code and re-uploaded the file, but it still does not work.
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSThank you for your answer!
I just tried both your suggestions – but nothing helped.
I’m using a static-homepage and I tried changing that to another too, but with no luck either.
Forum: Plugins
In reply to: [The Events Calendar] Remove bottom infoboxThat worked perfectly – thank you! 🙂
Forum: Plugins
In reply to: [The Events Calendar] Export events to existing calendarThank you for your answer.
I noticed you saying this:
“It is likely that there is a default calendar in Outlook that is set to receive imported events by default”The problem is that there is no calendar within Outlook that receives the imported events – not even the default calendar. Instead, it creates a new calendar and names it after the name of my site. And I would like it to import into an existing calendar – just to be clear
/Jacob
Forum: Plugins
In reply to: [The Events Calendar] Export events to existing calendarYes, that is what I mean. Here is a screenshot of it:
http://oi57.tinypic.com/4q3dd3.jpg
The calendar I have marked with red is the one I have imported from the plugin. As you can see, it creates a new calendar instead of just adding the event into my own existing calendar. The calendar I have marked with red is called “Other calendars” and the one in the top is my own called “My Calendar”. The ones in the middle are shared calendars with my co-workers.
This is not only happening for me, but for everyone who uses our event-system on our website. Therefore, it is not just because of the settings I am using in Outlook.
Forum: Plugins
In reply to: [Event Rocket] Todays events and upcomming eventsThank you for the answer. However I’m afraid I’m not excatly the man to do this – I don’t really have any experience with programming or anything like that :/
Forum: Plugins
In reply to: [Event Rocket] Add space and change font colorSure, no problem. Thank you for your help though! 🙂
Forum: Plugins
In reply to: [Event Rocket] Add space and change font colorIt fixed the color – thanks! But not the space issue. It could really use just a little space between each event in order to look good I think. You can see it here:
Forum: Plugins
In reply to: [Event Rocket] Add space and change font colorSure, right here: http://e4gn.dk/gn/
It’s on the homepage to the right. 🙂
Forum: Plugins
In reply to: [Event Rocket] Change fontsNevermind, I figured it out. Thanks for the help! 🙂