moving site to server with existing CMS

Permalink
Hi guys,

I've just moved my site over from my local site to the webhost where the existing site is still up and running on some kind of CMS. I have followed all the steps contained in the how-to on moving a site, and it looks like it's all worked fine.

I have loaded the site onto the web host under public_html>concrete5 but when I go tohttp://www.wallbrink.com.au/concrete5/... I am still getting the original site, so there is no opportunity for me to log into the dashboard and rebuild the site map.
If I go to ...concrete5/index.php/login/ I get a fatal error like this:

Fatal error: Uncaught exception 'Zend_Controller_Action_Exception' with message 'IndexController::indexPhpAction() does not exist and was not trapped in __call()' in /home/wallbrin/projects/wallbrink/application/libraries/Zend/Controller/Action.php:482 Stack trace: #0 etc etc

What's going on? The original site uses Zend too, so is something getting mixed up?

EDIT: BTW the path shown in the fatal error above is to action.php in the original site, not concrete5

stretchrt
 
stretchrt replied on at Permalink Reply
stretchrt
Bump
pvernaglia replied on at Permalink Reply
pvernaglia
Check your .htaccess see if there is something in there redirecting things
stretchrt replied on at Permalink Reply
stretchrt
I don't have a .htaccess in my concrete root folder, but the one in the www root has this:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/media.*
RewriteCond %{REQUEST_URI} !/files.*
RewriteCond %{REQUEST_URI} !/temp.*
RewriteCond %{REQUEST_URI} !/server-scripts.*
RewriteRule .* index.php
#php_flag magic_quotes_gpc off
#php_flag register_globals off