Guest User

Untitled

a guest
Feb 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. UPDATE core_config_data SET value="http://newhost.com/" WHERE path="web/unsecure/base_url";
  2. UPDATE core_config_data SET value="https://newhost.com/" WHERE path="web/secure/base_u
  3.  
  4. Options Indexes FollowSymLinks
  5.  
  6. AllowOverride all
  7.  
  8. '<Directory "YOUR DOCUMENT ROOT HERE">'
  9.  
  10. web/secure/base_urel and web/unsecure/base_url.
  11.  
  12. UPDATE core_config_data SET value="http://example.com/" WHERE path="web/unsecure/base_url"; UPDATE core_config_data SET value="https://example.com/" WHERE path="web/secure/base_url"
  13.  
  14. rm -rf /var/tmp/magento/*
  15.  
  16. find . -type d -exec chmod 755 {} ;
  17. find . -type f -exec chmod 644 {} ;
Add Comment
Please, Sign In to add comment