Putting site live
Permalink
Excuse me if I'm going mad here but I can't find a guide to putting a site live anywhere. I have the concrete directory in htdocs folder. But I now want the index.php page in this directory to be my new home page. I tried moving this file to the root directory in Dreamweaver hoping it would update the links but it didn't work.
The client wants the site live now so I want that file to be my home file. I've tried updating the config/site file within the concrete folder but that didn't seem to work either. Any ideas?
The client wants the site live now so I want that file to be my home file. I've tried updating the config/site file within the concrete folder but that didn't seem to work either. Any ideas?
Yes I've finished the site and now want to put my cms work live. The concrete cms is in the /www/concrete/ directory with my root file index.php in here. This is what I want to now be my 'home' file. So when people type inhttp://www.mydomain.com they get this file coming up. At the moment it's located inwww.www.mydomain.com/concrete/index.php...
At the moment my site is routing to an index.html file in the /www/ folder. I want to now access the cms so want the home file to be the index.php within the concrete directory. Do I do this with a re-direct with .htaccess?
At the moment my site is routing to an index.html file in the /www/ folder. I want to now access the cms so want the home file to be the index.php within the concrete directory. Do I do this with a re-direct with .htaccess?
you could probably do a redirect or something clever with mod-rewrite or htaccess to keep it where it is..
it might be a lot easier to just copy ALL the files and concrete directories a level up. I would go that way. Download EVERYTHING, delete the /concrete directory you put it all in, upload everything at the root level (leave index.html there as you do so and the old site will still work).. make sure your site.php file is correct and the site is working by hitting the index.php file directly... then remove your index.html and you're live.
it might be a lot easier to just copy ALL the files and concrete directories a level up. I would go that way. Download EVERYTHING, delete the /concrete directory you put it all in, upload everything at the root level (leave index.html there as you do so and the old site will still work).. make sure your site.php file is correct and the site is working by hitting the index.php file directly... then remove your index.html and you're live.
Did you do the installation and finished the site?
Is it available under public server and now want to publish it?
Do you have index.html in the same folder?
Please exaplain.