My WordPress Site is not working
-
i made a wordpress site in to my localhost and i thought it would be better and easier to edit it on localhost than upload it to the live host and i archived the wp-content and i uploaded it to my host and i exported the phpmyadmin db and i imported it to my site now i’m gettin a blank Index of / when i try to access my site and i’m getting this error when i try to access wp-admin site
“Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.If you think this is a server error, please contact the webmaster.
Error 404
thc-783.com
Apache”My .htacces looks like this
# 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
Image of Index of /
Image of Accessing wp-admin siteThe page I need help with: [log in to see the link]
- The topic ‘My WordPress Site is not working’ is closed to new replies.