php - Drupal 7: Localhost/user link defaults to website/user -


i new drupal , playing around existing drupal site.

i did ftp transfer of files local computer directory. got on vagrant box , can access site via http://192.168.56.101/html.

i can http://192.168.56.101/html/anything-but-user , brings me proper area on site. can't localhost/html/user, because redirects me website url rather local url.

i tried clearing cache (with drush). scanned files in system , changed web url local url [not sure if need other command], , can't seem find in .htaccess files lead me this.

the href="/user appreciate advice or in figuring out solution.

--updated

there module called "secure pages" causing user , registration links locked , static prevent redirects phishing sites. had disable module using "drush pm-disable securepages" in terminal.

some typical items may want check:


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -