Welcome Guest, Not a member yet? Register   Sign In
Trying to move site to different subdirectory
#1

[eluser]kkruecke[/eluser]
I am trying to create a sandbox version of a codeigniter installation. Both the original installation and the sandbox version are in subdirectories, something like this

www.mydomain.com/development
www.mydomain.com/sandbox

I changed sandbox/application/config/config.php, so that it has

$config['base_url'] = 'http://www.mydomain.com/sandbox/';

But in the sandbox version, when I click on any menu item, like "Log In", I get a "Coming Soon Page". The menus work on the development version.

Any ideas?



#2

[eluser]vrencianz[/eluser]
Find all of your URLs in application containing 'development' and change them to 'sandbox', if any.
#3

[eluser]kkruecke[/eluser]
Do you mean symbolic links?
#4

[eluser]kkruecke[/eluser]
I solved the problem. For some reason .htaccess was mising from the sandbox directory.




Theme © iAndrew 2016 - Forum software by © MyBB