Pretty URL's
Re: Pretty URL's
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.
That said: do you have access to apache error/access logs? Read those and try to determine what happens.
Re: Pretty URL's
Also you don't need to make any changes to the php.ini file, and read this...
http://docs.cmsmadesimple.org/configuration/pretty-url
http://docs.cmsmadesimple.org/configuration/pretty-url
Re: Pretty URL's
I followed theese steps but still getting a 404 error.Dr.CSS wrote:Also you don't need to make any changes to the php.ini file, and read this...
http://docs.cmsmadesimple.org/configuration/pretty-url
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
Clear cache?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Pretty URL's
Yes but no luck
Re: Pretty URL's
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?
Are you sure the changed config file is at the server?
Hardcoded links?
You have an url to the site?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Pretty URL's
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/
Deleted the old config.php fist and then uploaded the new one.
Hardcoded links?
URL is http://www.zoetebakselz.nl/
Re: Pretty URL's
It seems that the is missing from the < head > block. You should add a base tag or the {metadata} tag for the pretty URL's to work properly.
Code: Select all
<base href="http://www.zoetebakselz.nl/">
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Pretty URL's
Sorry, still the same 

Re: Pretty URL's
You are on Linux or Windoze server?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Pretty URL's
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.trees wrote:Hi, I'm using CMSMS version 1.9.4.3, ............... Pretty URL's have been enabled in the php.ini file.
Re: Pretty URL's
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
On a Linux serverRolf wrote:You are on Linux or Windoze server?
Re: Pretty URL's
This doesn't help, having 2 of these...
<base href="http://www.zoetebakselz.nl/">
<base href="http://www.zoetebakselz.nl/" />
<base href="http://www.zoetebakselz.nl/">
<base href="http://www.zoetebakselz.nl/" />
Re: Pretty URL's
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
Lesson learned, contact the hosting provider fist
