Mistake...

Status
Not open for further replies.

divirafa

New Member
Messages
2
Reaction score
0
Points
1
Hello,

I changed by mistake the hosting web page and now the url is http://divirafa.x10host.com/nueva/wp-login.php

I cannot login because of the "nueva" page.
Is there any way to fix this from cpanel or...?

Many thanks
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Make sure your Site Address (URL) and WordPress Address (URL) are both set to: http://divirafa.x10host.com/nueva
You can make these changes in the database with phpMyAdmin
Your .htaccess should be:

# 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
 

divirafa

New Member
Messages
2
Reaction score
0
Points
1
Many thanks lylex10h but no idea about databese neither php.
Just I wanted to recover a design maked with divi theme which can be exported as a json file.

Anyway, many thanks.
 

Anna

I am just me
Staff member
Messages
11,752
Reaction score
581
Points
113
This article on wordpress might help, there's a couple ways to change the settings by editing certain files, the wp_config.php option probably the easiest one in your case.
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
@Anna , "This article on wordpress might help" was that suppose to link somewhere?
 
Status
Not open for further replies.
Top