Internal pretty urls not working anymore

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Torpedine
Forum Members
Forum Members
Posts: 142
Joined: Thu May 18, 2006 3:53 pm

Internal pretty urls not working anymore

Post 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
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

Re: Internal pretty urls not working anymore

Post by Ziggywigged »

Check the settings in your config.php file.
Take a penny, leave a penny.
Torpedine
Forum Members
Forum Members
Posts: 142
Joined: Thu May 18, 2006 3:53 pm

Re: Internal pretty urls not working anymore

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Internal pretty urls not working anymore

Post by Rolf »

using "internal" nothing works any more
And when you use mod_rewrite, with the .htaccess file?

Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Torpedine
Forum Members
Forum Members
Posts: 142
Joined: Thu May 18, 2006 3:53 pm

Re: Internal pretty urls not working anymore

Post by Torpedine »

I tried, nothing works anymore
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Internal pretty urls not working anymore

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “CMSMS Core”