Page 1 of 1
Internal pretty urls not working anymore
Posted: Fri Nov 13, 2009 3:20 pm
by Torpedine
Since 1.6.6 the links on the page don't work anymore: with pretty urls (internal) on the system answers with "No input file specified".
Obviously, I need pretty urls for SEO management.
WHat can I do?
Thanks in advance
Re: Internal pretty urls not working anymore
Posted: Fri Nov 13, 2009 3:22 pm
by Ziggywigged
Check the settings in your config.php file.
Re: Internal pretty urls not working anymore
Posted: Mon Nov 16, 2009 10:35 am
by Torpedine
I did it. I had to change the settings in order to make the site work.
Now they are like this:
#------------
#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 ... ty_URL.27s
$config['url_rewriting'] = 'none';
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy? (ex.
http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;
#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';
using "internal" nothing works any more
Re: Internal pretty urls not working anymore
Posted: Tue Nov 17, 2009 7:39 pm
by Rolf
using "internal" nothing works any more
And when you use mod_rewrite, with the .htaccess file?
Grtz. Rolf
Re: Internal pretty urls not working anymore
Posted: Mon Nov 30, 2009 3:57 pm
by Torpedine
I tried, nothing works anymore
Re: Internal pretty urls not working anymore
Posted: Mon Nov 30, 2009 4:46 pm
by Rolf
A step backward...
Torpedine wrote:
Since 1.6.6 the links on the page don't work anymore
Do you mean with this that your navigation is working, but only the links in the pagecontent don't...
Just checking.
Can you give us more info to work with.
Perhaps a link to the site. (pm)
Rolf