FAQ, ADDITIONAL MATERIALS AND MORE
WordPress Login Page:
/wp-login.php
OVHcloud Webmail:
Setup email with Windows Mail:
Primary
#00BFBF
Secondary
#0060BF
Text
#252525
Accent
#00BF60
White
#FFFFFF
Background
#D8D8D8
Links
#003D79
Copy the following line and replace 358449843941 with your number including the country code.
Paste the line in the link field in your Elementor editor for the WhatsApp button.
https://api.whatsapp.com/send?phone=358449843941
I’m using my number here as an example. Use only numbers, no + signs or spaces.
Service | Dog | Cat |
---|---|---|
Health check-up | £50 | £50 |
Vaccination | £30 | £30 |
Dental care | £150 | £100 |
Sterilization | £300 | £150 |
Microchipping | £65 | £65 |
Pet Passport | £50 | £50 |
Service
Dog
Cat
Health check-up
£50
£50
Vaccination
£30
£30
Dental care
£150
£100
Sterilization
£300
£150
Microchipping
£65
£65
Pet Passport
£50
£50
Copy the following code and paste it in the .htaccess file you have opened with Notepad. Save changes and replace the existing file in Filezilla.
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Block access to wp-config.php file
Order deny,allow
Deny from all
# Block access to sensitive files
Order allow,deny
Deny from all
# Protect .htaccess file itself
Order allow,deny
Deny from all
# Disable directory browsing
Options All -Indexes
# Prevent PHP execution in specific directories
Deny from all
# Block XML-RPC requests
Order deny,allow
Deny from all
# Block suspicious user agents or referrers
SetEnvIfNoCase User-Agent "BotName" bad_bot
SetEnvIfNoCase Referer "example\.com" bad_referer
Order Allow,Deny
Allow from all
Deny from env=bad_bot
Deny from env=bad_referer
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Maru Hieta ©2024
Designer & Writer