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

 
TooqInc replied on at Permalink Reply
TooqInc
Check steps 6-9 here:http://www.concrete5.org/documentation/installation/moving_a_site/...

Likely your site.php has not been updated.
YoYo2506 replied on at Permalink Reply
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
ChristiaanB replied on at Permalink Reply
ChristiaanB
When moving the site have updated the config/site.php with this line?
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.
YoYo2506 replied on at Permalink Reply
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
YoYo2506 replied on at Permalink Reply
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