Page 1 of 1
Re: Pretty URL's
Posted: Wed May 22, 2013 8:53 pm
by velden
First of all: your cmsms version is way too old, not supported anymore and should be upgraded asap.
That said: do you have access to apache error/access logs? Read those and try to determine what happens.
Re: Pretty URL's
Posted: Thu May 23, 2013 2:38 am
by Dr.CSS
Also you don't need to make any changes to the php.ini file, and read this...
http://docs.cmsmadesimple.org/configuration/pretty-url
Re: Pretty URL's
Posted: Sat Jun 01, 2013 11:23 am
by DaRichMan
I followed theese steps but still getting a 404 error.
Copied the htaccess.txt from the doc folder to the root and renamed it to .htaccess
Added theede lines tot my config.php;
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
Made sure that in the head of my themplate {metadata} is there
But still a 404 error

Re: Pretty URL's
Posted: Sat Jun 01, 2013 2:18 pm
by Rolf
Clear cache?
Re: Pretty URL's
Posted: Sat Jun 01, 2013 8:12 pm
by DaRichMan
Yes but no luck
Re: Pretty URL's
Posted: Sat Jun 01, 2013 8:23 pm
by Rolf
Website in a subfolder at the server?
Are you sure the changed config file is at the server?
Hardcoded links?
You have an url to the site?
Re: Pretty URL's
Posted: Mon Jun 03, 2013 8:46 pm
by DaRichMan
The website is not in a subfolder.
Deleted the old config.php fist and then uploaded the new one.
Hardcoded links?
URL is
http://www.zoetebakselz.nl/
Re: Pretty URL's
Posted: Mon Jun 03, 2013 11:17 pm
by Jo Morg
It seems that the
Code: Select all
<base href="http://www.zoetebakselz.nl/">
is missing from the < head > block. You should add a base tag or the
{metadata} tag for the pretty URL's to work properly.
Re: Pretty URL's
Posted: Tue Jun 04, 2013 10:50 am
by DaRichMan
Sorry, still the same

Re: Pretty URL's
Posted: Tue Jun 04, 2013 11:49 am
by Rolf
You are on Linux or Windoze server?
Re: Pretty URL's
Posted: Tue Jun 04, 2013 4:24 pm
by paulbaker
trees wrote:Hi, I'm using CMSMS version 1.9.4.3, ............... Pretty URL's have been enabled in the php.ini file.
Have you undone the changes you made to php.ini? Have you upgraded to 1.11.7 now (latest)? Post your Site Admin -> System Information.
Re: Pretty URL's
Posted: Tue Jun 04, 2013 4:58 pm
by Dr.CSS
I just did pretty URLs on a 1.9.4.3 site in about 1 minute, set the 2 lines in config.php, copy htaccess.txt to root, rename .htaccess, badda boom badda bing, done...
Re: Pretty URL's
Posted: Sat Jun 08, 2013 7:44 am
by DaRichMan
Rolf wrote:You are on Linux or Windoze server?
On a Linux server
Re: Pretty URL's
Posted: Sat Jun 08, 2013 6:50 pm
by Dr.CSS
This doesn't help, having 2 of these...
<base href="
http://www.zoetebakselz.nl/">
<base href="
http://www.zoetebakselz.nl/" />
Re: Pretty URL's
Posted: Mon Dec 16, 2013 7:18 pm
by DaRichMan
Finally I got a solution. After searching all over the internet I contacted the hosting provider. They told me to login in to the Parallels portal and synchronize the htaccess. Never heard of this option before but voila, problem solved.
Lesson learned, contact the hosting provider fist
