Hay Guys my website https://www.gcadz.com is now running perfectly thanks friends I have found and solve the problem…. It was “.htaccess” file’s problem.
I am sharing this because of if someone facing the same problem like can understand what is the problem and how to solve…
I edit .htaccess file and paste this 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
after pasting this code I save the file and I see my website https://www.gcadz.com running properly.
Thanks to all of you