Text-only-page after Installation
Permalink
After installing Concrete5 I get the text and images of the my testsite, but nothing else. The paths in my config.php look like this:
('BASE_URL', 'http://concrete.test:8888');
('DIR_REL', 'http://concrete.test:8888');
If I add '/concrete' at DIR_REL the links on the startpage are broken and no image is shown.
Some idea what I got wrong?
(php5.2.5, mysql 5.0.41
try keeping BASE URL the same as you have it, and leaving DIR REL blank.
Does that help?
Thanks a lot. That saved my day.
Don't understand why though.
bismarck
Don't understand why though.
bismarck
I've had same problem and it seems that there is wrong example written for directory.
ex: http:/mysite.com/c5 and it should be only /c5 (relative path)
After I've altered my config.php accordingly, all was just fine.
ex: http:/mysite.com/c5 and it should be only /c5 (relative path)
After I've altered my config.php accordingly, all was just fine.