Moved Concrete5 a folder and now its all a mass
Permalink
Hi,
I have had my site built with Concrete5...while building the site, I installed and worked on Concrete5 (created pages...entered content and photo galleries etc...) on a temporary sub-folder at the "public_html" folder on my server...
I wanted to move the website to its regular location so I copied all the files and folder from the temporary folder to "public_html"...now, I had to reconnect my site to the Concrete5 community which I did, and now on the project page I see both address...but I can only access the home page...when I want to go to other pages the link is broken!!!http://www.mydomain.com takes me to the homepage fine buthttp://www.mydonain.com/about doest take me anywhere and says that the page doesn't exist... how do I solve this problem and how do I prevent it from happening with another site I plan to build with Concrete5?
Thank you for your help,
YoYo
I have had my site built with Concrete5...while building the site, I installed and worked on Concrete5 (created pages...entered content and photo galleries etc...) on a temporary sub-folder at the "public_html" folder on my server...
I wanted to move the website to its regular location so I copied all the files and folder from the temporary folder to "public_html"...now, I had to reconnect my site to the Concrete5 community which I did, and now on the project page I see both address...but I can only access the home page...when I want to go to other pages the link is broken!!!http://www.mydomain.com takes me to the homepage fine buthttp://www.mydonain.com/about doest take me anywhere and says that the page doesn't exist... how do I solve this problem and how do I prevent it from happening with another site I plan to build with Concrete5?
Thank you for your help,
YoYo
oh...
thank you...I was not aware of it...
What can I do now though? I have moved my site but besides the homepage no page show up...
Should I also do what this guide says?
Thank you,
YoYo
thank you...I was not aware of it...
What can I do now though? I have moved my site but besides the homepage no page show up...
Should I also do what this guide says?
Thank you,
YoYo
When moving the site have updated the config/site.php with this line?
Also make sure your .htacces file is like the following
Especially the RewriteBase / part is important when moving Concrete5 around.
define('DIR_REL', '');
Also make sure your .htacces file is like the following
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
Especially the RewriteBase / part is important when moving Concrete5 around.
Hi,
Unfortunately I have no knowledge of coding...so can you please be more specific....
What should I do exactly in my case where I already moves my website to another folder? I have to fix the problem since I can only get to my homepage but not to any other page in the website....the browser can't find them... :(
Thank you,
YoYo
Unfortunately I have no knowledge of coding...so can you please be more specific....
What should I do exactly in my case where I already moves my website to another folder? I have to fix the problem since I can only get to my homepage but not to any other page in the website....the browser can't find them... :(
Thank you,
YoYo
Hi again...
Can you direct me to where the .htacces file is? I want to check what you said but i dont know where it is...
thank you,
YoYo
Can you direct me to where the .htacces file is? I want to check what you said but i dont know where it is...
thank you,
YoYo
Likely your site.php has not been updated.