Page 1 of 1
After upgrade all links go to the same file / content?
Posted: Mon Feb 21, 2005 12:09 am
by reviewum
Hi All,
Since upgrading all the links that use to go to different content pages all now go to the index page's content.
Try some of the first links on the left side menu:
Here is the site:
http://www.nifty-stuff.com/chickens/
Any ideas?
Thanks in advance!
Re: After upgrade all links go to the same file / content?
Posted: Mon Feb 21, 2005 12:15 am
by 100rk
Try this link:
http://www.nifty-stuff.com/chickens/ind ... ide-to-CMS
It seems like You have misconfigured 'mode_rewrite'. Also don't forget clear cache - just for make sure...
After upgrade all links go to the same file / content?
Posted: Mon Feb 21, 2005 12:21 am
by reviewum
100rk, thanks for the quick reply. I don't know why there would be a mod rewrite problem since it was working before, but you are right, that looks like it might be part of the issue.
Any ideas where i should look first or how to fix it? I think the cache got cleared during the upgrade... or are you referring to my browser's cache?
Thanks again!
After upgrade all links go to the same file / content?
Posted: Mon Feb 21, 2005 12:27 am
by 100rk
I mean Smarty cache from admin menu 'Site Preferences'
Now
1. copy file htaccess.txt from Your /doc directory to Your webroot and rename it to '.htaccess'
2. make sure there is line "$config['assume_mod_rewrite'] = true;" in Your /config.php file
After upgrade all links go to the same file / content?
Posted: Mon Feb 21, 2005 12:31 am
by reviewum
100rk -
FREAKIN' GENIUS! I deleted the old .htaccess file and copied the new one over and renamed it. Worked like a charm!
Thanks VERY much!
I don't know why other's don't run into this... how did I get so lucky?