Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

264
Views
stuck at default page of WordPress

hello and hope you guys have a fantastic time

I have a problem with my WordPress website, it does now show fallowing elements: my theme, my homepage, my WordPress bar at the top

it just show a empty black blank page with big logo of my website

you can see other part of the website by searching it manually (like: yourname.com/blog)

but not the main home page (like: yourname.com)

please assist me

thanks ❤

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Seems most likely a HTTP 403 or .htaccess error or maybe Permission error.

Paste this content into .htaccess file:

# BEGIN WordPress

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

In case you cannot find .htaccess file, DOT files are hidden by default. If you are using cPanel, Go to File Manager, click on settings and select show DOT files.

If you still have problems, Go to Chrome Developer Tools(F12 or inspect element) and then to console. Click a screenshot of (red) errors and send it here.

Generally, the second problem might be the Permissions. Do the following in terminal/ssh:

chmod 755 /path/to/wordpress/* -r

This is a insecure setting as you should keep PHP files on 0644 and other static files on 0755. If it works after this, problem was your permissions.

If you still experience problems, share the Error Log or PHP version and other details.

over 4 years ago · Santiago Trujillo Report

0

To display your home page at yourname.com you have to change the setting for that. In your WordPress dashboard go to settings-> reading enter image description here

IN static page select the home page which you have to display in yourname.com

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!