Not Found The requested document was not found on this server

Installed Pro and everything works as expected in Layout and inspector but receive above error when clicking on Elements

ps for a split second what should appear does, then this error shows?

Hello Patrick,

Kindly double check the Permalink settings in WP Admin > Settings > Permalinks then set it to Post Name.

In case the issue persists, please provide us with the admin access to your site in a Secure Note (key icon under the replies you post/posted):

Hope this helps.

secure note with wp login for willsmaster.com

Hello @patrickosullivan,

Thanks for writing in! I have check your site and I found out that your .htaccess is not writable. Please log in to your ftp, find your .htaccess file and edit it. You will need to insert this code:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

To know more about this file and its relationship to WordPress, please check this out:
https://codex.wordpress.org/htaccess

The htaccess file contained this code precisely

I have added write permissions for this file as well

Hi There,

Thanks for writing in!

Still, I can see the .htaccess have no writing permission.

Please check this for help or you can contact your hosting provider to help you with this.

https://codex.wordpress.org/Changing_File_Permissions

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.