Page 1 of 1

[SOLVED]nightmare pretty url

Posted: Wed Jun 26, 2013 3:43 pm
by giapippo
hello to all
I installed yet another CMSMS and this time I'm going crazy with the pretty url
only 2 times everything went smoothly



site: http://www.overgroup.eu/eventi/

config.php:
$config['db_prefix'] = 'cms_';
$config['root_url'] = 'http://www.overgroup.eu/eventi';
$config['timezone'] = 'Europe/Rome';
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';


i have renamed del .htaccess and i have the {metadata} on template

version of cmsms 1.11.4

and i have cleaned the cache


What am I doing wrong or forgetting?

thanks

Re: nightmare pretty url

Posted: Wed Jun 26, 2013 4:06 pm
by Dr.CSS
Most likely you need this in your htaccess, and I would use a real page extension like .html, .php not just leave it blank...

RewriteBase /eventi

Re: nightmare pretty url

Posted: Wed Jun 26, 2013 4:26 pm
by giapippo
thanks
i try

Re: nightmare pretty url

Posted: Wed Jun 26, 2013 4:31 pm
by giapippo
I forgot this RewriteBase /eventi

in htaccess

you are great

thanks