Error 500

I did upload my website on server i mean into htdocs but my .htaccess just sees my home page not sub pages as well i need help with it

My website URL is:
http://dreamhopehome.epizy.com/

What I’m seeing is:
just try to go into other sections on my page and shows error 500 my script for htaccess is
image

this is other screen from error 500 image

Change those lines on your .htaccess file:

RewriteBase /wordpress/
RewriteRule ./wordpress/index.php [L]

to:

RewriteBase /
RewriteRule ./index.php [L]

The other lines that you see on the Network tab may be removed by disabling AdBlock on the InfinityFree page and services. We cover the costs of free hosting with ads, so disable AdBlock or you may not be able to get in one of the accounts anymore! Someone should find a way to integrate BlockAdblock on their code.

nothing helped i did it

Remove all the lines before this line:

# BEGIN WordPress

and replace the lines above your post with mines.

i did it but still nothing image

On line 8 replace RewriteRule . /wordpress/index.php [L] with RewriteRule ./index.php [L], and on line 5 replace RewriteRule ./index.php [L] with RewriteRule ^index\.php$ - [L].

now its error 404 how?

i did upload whole page and database into this server but doesn’t see my sub pages how ?
image

Did you upload a WordPress site? The index.php file contains all the pages you included on the precedent wp-admin (they aren’t in folders, but in a file xD), and to edit them you may go on the wp-admin after you’ve done these modifications.

so to see my other sub pages i need to go back into my local server and do what ?

on other hosting i just did upload whole folder with my website and just changed some infos to connect to database and it was ok here i need to do everything manually pls help me with it

everything which i screenshoted earlier is insite htdocs

But firstly, before you go on the wp-admin, go on phpMyAdmin on the database you had created with the imported contents (if it doesn’t load try loading it in incognito mode), go on the wp_options table, and modify the values of siteurl and home from http://dreamhopehome.epizy.com/wordpress (or whatever it will be) to http://dreamhopehome.epizy.com/ and save the changes.

i did it already before doing posting it on forum image

The option value on siteurl and home must be http://dreamhopehome.epizy.com, NOT just dreamhopehome.epizy.com!

ok i did it

And now do these steps:

2 Likes

2 posts were split to a new topic: Error 500

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