[SOLVED]nightmare pretty url

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
giapippo
Forum Members
Forum Members
Posts: 176
Joined: Tue Feb 28, 2012 1:24 pm

[SOLVED]nightmare pretty url

Post 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
Last edited by giapippo on Wed Jun 26, 2013 4:32 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: nightmare pretty url

Post 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
giapippo
Forum Members
Forum Members
Posts: 176
Joined: Tue Feb 28, 2012 1:24 pm

Re: nightmare pretty url

Post by giapippo »

thanks
i try
giapippo
Forum Members
Forum Members
Posts: 176
Joined: Tue Feb 28, 2012 1:24 pm

Re: nightmare pretty url

Post by giapippo »

I forgot this RewriteBase /eventi

in htaccess

you are great

thanks
Post Reply

Return to “The Lounge”