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
[SOLVED]nightmare pretty url
[SOLVED]nightmare pretty url
Last edited by giapippo on Wed Jun 26, 2013 4:32 pm, edited 1 time in total.
Re: nightmare pretty url
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
RewriteBase /eventi
Re: nightmare pretty url
I forgot this RewriteBase /eventi
in htaccess
you are great
thanks
in htaccess
you are great
thanks