Code: Select all
#URL Settings
#------------
#What type of URL rewriting should we be using for pretty URLs? Valid options are:
#'none', 'internal', and 'mod_rewrite'. 'internal' will not work with IIS some CGI
#configurations. 'mod_rewrite' requires proper apache configuration, a valid
#.htaccess file and most likely {metadata} in your page templates. For more
#information, see:
#http://wiki.cmsmadesimple.org/index.php/FAQ/Installation/Pretty_URLs#Pretty_URL.27s
$config['url_rewriting'] = 'mod_rewrite';
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '.html';
#If using none of the above options, what should we be using for the query string
#variable? (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';
http:\\www.mydomain.com\my-page.html
(for me localhost/my-page.html)
and
http:\\www.mydomain.com\my-page
(for me localhost/my-page)
Im still working the design in xampp so i cannot be sure of real duplicity until i upload the web and still has lot of work prior to that. So i decided to ask here if someone knows if my guess is correct.
In that case would be better to leave that config.php option untouched with no 'page_extension' value.
My interest in this is only seo so maybe im wasting my time for some unproven fact that a page is better under a pretty url ending in a extension like .html that without any extension at all.