php - wordpress is not working after transferring the website -
i've transferred website new hosting... i've changed wp-config
necessary afterword... website not coming up... shows
oops! link appears broken
.
suggestions: search on google:
well i've tried change url prefixes http://example.com/ form demo.example.net/example still nothing changes... when try reach wp-admin typing http://armeniantradenetwork.com/wp-admin redirects me link http://demo.softty.net/atn/wp-admin plz meeeeeeeeee!!!
if domain has change, need edit /wp-content/themes/*theme name*/functions.php
, add this
update_option('siteurl','http://armeniantradenetwork.com/'); update_option('home','http://armeniantradenetwork.com/');
update
next login admin panel, go settings->permalinks , click save changes - rebuild permalinks.
Comments
Post a Comment