how to fix – Cyber Hyena https://cyberhyena.net web security crypto currencies and learn programming Fri, 26 Feb 2021 17:15:16 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.6 https://cyberhyena.net/wp-content/uploads/2020/11/New-Project-2020-11-24T165858-150x126.png how to fix – Cyber Hyena https://cyberhyena.net 32 32 speed up WordPress make WordPress site faster https://cyberhyena.net/blog/2021/02/26/speed-up-wordpress-make-wordpress-site-faster/ https://cyberhyena.net/blog/2021/02/26/speed-up-wordpress-make-wordpress-site-faster/#respond Fri, 26 Feb 2021 17:15:16 +0000 https://cyberhyena.net/?p=173 today we will talk about speed up wordpress and make wordpress site more faster , faster website means happy visitor faster website means high SEO rank its so important to make your wordpress site faster because you dont want visitors to be bored and slow websites suffer from low SEO score there is a list […]

The post speed up WordPress make WordPress site faster appeared first on Cyber Hyena.

]]>
0 0
Read Time:2 Minute, 32 Second

today we will talk about speed up wordpress and make wordpress site more faster , faster website means happy visitor faster website means high SEO rank

its so important to make your wordpress site faster because you dont want visitors to be bored and slow websites suffer from low SEO score

there is a list of plugins you will use to help you improve your website speed and there is a good website you will use to test your website speed

first you need to test your website to see how fast it is and see what are the things that make your website slow the website link here

speed up WordPress

you just need to give that website your link and click test and as shown on the photo above is the website speed test report and you can see the GTmetrix grade which is B and thats good for now that good report after using some wordpress plugins i will show it to you now

the first plugin is WP fastest cache

it is a perfect cache plugin with so many features and the Setup of this plugin is so easy. You don’t need to modify the .htacces file. It will be modified automatically.

FEATURES

  1. Mod_Rewrite which is the fastest method is used in this plugin
  2. All cache files are deleted when a post or page is published
  3. Admin can delete all cached files from the options page
  4. Admin can delete minified css and js files from the options page
  5. Block cache for specific page or post with Short Code
  6. Cache Timeout – All cached files are deleted at the determinated time
  7. Cache Timeout for specific pages
  8. Enable/Disable cache option for mobile devices
  9. Enable/Disable cache option for logged-in users
  10. SSL support
  11. CDN support
  12. Cloudflare support
  13. Preload Cache – Create the cache of all the site automatically
  14. Exclude pages and user-agents
  15. WP-CLI cache clearing

after installing and activating your plugin go ahead to option page and follow the screenshot above and chick the same options and click save and you all set up and done , so easy plugin and help you to speed up WordPress

the next plugin is Smush – Lazy Load Images, Optimize & Compress Images

Optimize images, turn on lazy load, resize, compress & improve your Google Page Speed with the incredibly powerful and 100% free WordPress image smusher, brought to you by the superteam at WPMU DEV!

And whether you spell it ‘optimise’ or ‘optimize’, Smush will compress images without a visible drop in quality.

Image optimization is the easiest way to make your site load super fast!

this plugin are so easy and you can run the wizard once and the plugin take all the work , this plugin compress your uploaded photo to smaller size and make your website go faster

test your website with gtmetrix link are above and then install and activate those 2 plugins and retest your website again you will see how your website go more faster

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post speed up WordPress make WordPress site faster appeared first on Cyber Hyena.

]]>
https://cyberhyena.net/blog/2021/02/26/speed-up-wordpress-make-wordpress-site-faster/feed/ 0
WordPress 404 error not found solution and fix https://cyberhyena.net/blog/2021/02/22/wordpress-404-error-not-found-solution-and-fix/ https://cyberhyena.net/blog/2021/02/22/wordpress-404-error-not-found-solution-and-fix/#respond Mon, 22 Feb 2021 19:24:34 +0000 https://cyberhyena.net/?p=131 wordpress error 404 is one of the most common problem people search on internet and today we have the solution i have this problem before and search how to solve it and finally solve it ,  there is 3 reasons why you have these errors the permalink : in your wordpress setting you have permalinks […]

The post WordPress 404 error not found solution and fix appeared first on Cyber Hyena.

]]>
0 0
Read Time:1 Minute, 38 Second

wordpress error 404 is one of the most common problem people search on internet and today we have the solution

i have this problem before and search how to solve it and finally solve it ,  there is 3 reasons why you have these errors

the permalink : in your wordpress setting you have permalinks section you can change it to Post name or Numeric and click save and that’s it if the problem came out from the links every thing well be okay

wordpress 404 error
wordpress 404 error

if the problem still and if you cant login to your wordpress dashboard what you can do is change your .htaccess file based in public  from your cpanel

login to your cpanel and go to file manager and go to your wordpress direction NOTE: you should apply show hidden files because .htaccess start with dot and it is hidden file , what you need to do is to edit the file and add this code into it and save it

the code

# 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
if the wordpress 404 error not found show again there is final step , and this step i guess is the best , what happened here is that your host WAF web application firewall block your request to upload photos and add new post and this solution will work for you if you have error 404 after you publishing new posts or upload images or files to your articles so contact your host support and they will solve this problem for you by whitelisting your ip
you can read more about WordPress security articles we have here 
and you can read more about web security here 
if you cant solve your problem leave us a comment below we are happy to help you 🙂
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post WordPress 404 error not found solution and fix appeared first on Cyber Hyena.

]]>
https://cyberhyena.net/blog/2021/02/22/wordpress-404-error-not-found-solution-and-fix/feed/ 0