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
Internal pretty urls not working anymore
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Internal pretty urls not working anymore
Check the settings in your config.php file.
Take a penny, leave a penny.
Re: Internal pretty urls not working anymore
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
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
And when you use mod_rewrite, with the .htaccess file?using "internal" nothing works any more
Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Internal pretty urls not working anymore
I tried, nothing works anymore
Re: Internal pretty urls not working anymore
A step backward...
Just checking.
Can you give us more info to work with.
Perhaps a link to the site. (pm)
Rolf
Do you mean with this that your navigation is working, but only the links in the pagecontent don't...Torpedine wrote: Since 1.6.6 the links on the page don't work anymore
Just checking.

Can you give us more info to work with.
Perhaps a link to the site. (pm)
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -