Yasser Al-attas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I copied my site and I need to restore itFYI:
I think that I don’t need to change the website URL
I found these lines in wp-login.php
—————————————————–
$url = dirname( set_url_scheme( ‘http://’ . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’] ) );
if ( $url != get_option( ‘siteurl’ ) )
update_option( ‘siteurl’, $url );
—————————————————–
These lines will change the url dynamically.Forum: Fixing WordPress
In reply to: I copied my site and I need to restore it@alichani
Yes, I already imported the DB.
And i changed the config.php file to correct one and I checked it. Connection is working good.
But the website give me death screen (only white)
The step that i could n’t and I can not do it now is changing the host name.
the old host was live host (server) now I am using my localhost.
this the only different.
even the server now couldn’t display the website. even with the same old host name.Forum: Fixing WordPress
In reply to: I copied my site and I need to restore itI am trying to re-connect my web site
I have wp-content and databaseI installed a new WP. and I replaced wp-content with my old one
but with same issue.
If anyone can call me on skype or anything to complete the fixing faster. if it can and will appreciate it.Forum: Fixing WordPress
In reply to: I copied my site and I need to restore itI already backed up my DB
but same problem happened