jackmclean
Forum Replies Created
-
Got this:
[Sat Apr 27 05:36:51.760463 2019] [core:alert] [pid 12305] [client 141.101.77.21:14854] /var/www/html/drivebywebsites.co.uk/.htaccess: ip address ‘2604:880:a:2:0:0:0:4009’ appears to be invalid: The specified IP address is invalid.
[Sat Apr 27 05:36:51.824392 2019] [core:alert] [pid 12317] [client 141.101.105.229:17748] /var/www/html/drivebywebsites.co.uk/.htaccess: ip address ‘2604:880:a:2:0:0:0:4009’ appears to be invalid: The specified IP address is invalid.apache24-2.4.39
Also, this on a host which is only ipv4
It’s just the ip6 where it seems to be storing question marks in the htaccess (see latest update).
There’s not any ip4 issues, and there are plenty being blocked.
This is what was coming up and breaking my site:
SetEnvIF REMOTE_ADDR “^2404:f080:1101:0?322:0?150:0?0?95:0?113:0?209$” DenyAccess
SetEnvIF X-FORWARDED-FOR “^2404:f080:1101:0?322:0?150:0?0?95:0?113:0?209$” DenyAccess
SetEnvIF X-CLUSTER-CLIENT-IP “^2404:f080:1101:0?322:0?150:0?0?95:0?113:0?209$” DenyAccessForum: Plugins
In reply to: [Smart Slider 3] Sliders only showing on certain pagesExcellent idea. I will do that. Thank you
Forum: Plugins
In reply to: [Smart Slider 3] Sliders only showing on certain pagesThanks for the quick reply. I was refering to a slider in the website header but we could choose only certain slides to show up on certain pages (or remove some on some pages). It could be a good feature.
Forum: Plugins
In reply to: [Easy Watermark] 768×543 images not watermarkedYes I enabled all images and sizes in the plugin settings. I’ve replaced the images manually but the automatic watermarking seems to not work for that size.
Forum: Themes and Templates
In reply to: [Catch Fullscreen] Mobile ScrollForum: Themes and Templates
In reply to: [Catch Fullscreen] Mobile ScrollI’ve tried disabled plugins now but no luck. It seems to be just relating to the header image. Scrolling on the header image doesn’t work unless using the pager.
Forum: Themes and Templates
In reply to: [Catch Fullscreen] Mobile ScrollIf you view on a mobile, does it let you swipe scroll down the page? I’ve tried a few devices but the scroll is locked until I press on the pager to jump to the next section and then it lets me scroll from the other sections on mobiles.
Forum: Plugins
In reply to: [Booking Calendar] Seasonal PricesMany thanks for responding so quickly! I’ll use the demo and find out.
Forum: Plugins
In reply to: [Booking Calendar] Seasonal PricesI did try to use website contact form but it just kept loading and eventually captcha would expire and never send.
Forum: Plugins
In reply to: [JS Job Manager] Links going to white pageI’ve submitted a ticket
Forum: Plugins
In reply to: [JS Job Manager] Applications only via adminLooks like I can only disable the employer area, what I need is to add resume in the admin. I need applicants to be only sent to employers via the admin area. I also have ‘add new job’ button for employers but can’t find anywhere to link that to the relevant shortcode page.
Forum: Themes and Templates
In reply to: [Business Buzz] Homepage emptyAdd this to resolve the issue:
.home.page #content {
display: block !important;
}Forum: Themes and Templates
In reply to: [Business Buzz] Homepage emptyResolve now.
Found some custom CSS that was causing it.