Same Site Differnet content?
Permalink
Anyone ever had this issue?
When I browse to my site without a WWW as the prefix it works great.
If I add the prefix WWW to the domain name in the browser, it gets me to the site bit its missing some content. (IE. Slideshow.. etc..)
I run a number of concrete5 sites on my server and All of my DNS entries are exactly the same for each.
ANY IDEA?
Thanks a million
When I browse to my site without a WWW as the prefix it works great.
If I add the prefix WWW to the domain name in the browser, it gets me to the site bit its missing some content. (IE. Slideshow.. etc..)
I run a number of concrete5 sites on my server and All of my DNS entries are exactly the same for each.
ANY IDEA?
Thanks a million
I checked config.php. That line doesn't exist in Concrete 5.5 and Up.
Sorry should have mentioned that I'm running Version 5.5.2.1.
Thanks
Sorry should have mentioned that I'm running Version 5.5.2.1.
Thanks
Hostco is right, you will have to manually add this to your config file... It still works in 5.5
define('BASE_URL', 'http://www.yourdomain.com');
Thanks so much... This worked.
Wonder why other sites don't need this piece of code?
Wonder why other sites don't need this piece of code?
Not for sure you can also do the same thing via .htaccess
config/site.php