HtAccess Problem

HtAccess Problem

Posted by: DaBourz
Posted on: 2008-11-01 12:38:00

Hi there, since my account was moved to a new server earlier this week the HtAccess are not working anymore, I know got a "No input file Specified" on most of the pages, all the ones using InfoPath Urls style.

This :

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Is not working any more where it used to !! ;-)

The Idea is to change this /index.php/music to /music

It was working, it is not anymore, something has changed between the servers, but what ??? No idea !

help, most of the pages are not working anymore now...

Stef

Re: HtAccess Problem

Posted by: pangea33
Posted on: 2008-11-02 19:55:00

Are you using a CMS? In most cases I've seen this occur when working with SEO "friendly" functionality offered by a dynamic web software application. It seems like a little more information would be the most helpful thing in helping to resolve your current issues.

Re: HtAccess Problem

Posted by: Atropos7
Posted on: 2008-11-02 22:36:00

Some servers will no longer run as mod_php and as a result the cgi-wrapper DreamHost uses doesn't support info-urls IIRC.

The PHP code might need to be configured or modified to avoid using info-style URLs, eg

http://domain/music -> index.php?page=music









cool openvein.org -//-

Tags: rewriteruleserversrewritecondmusic