Jump to content

htaccess worked on old server buy not new one...?


scottstown

Recommended Posts

Hey,

 

My htaccess was working fine on my old server ( godaddy shared hosting ) but not my new one (virtual dedicated hosting ).

 

A sample of the problem.

 

RewriteRule view/id/(.*)/class/(.*)/section/(.*)/ changedate.php?id=$1&class=$2&sec=$3

RewriteRule view/id/(.*)/class/(.*)section/(.*) changedate.php?id=$1&class=$2&sec=$3

 

If one of the variables is missing now such as "section", the variable "class" will turn into "class/1/section//" . Before it would just ignore whatever was empty. What setting what I chance to get it back to working again?

 

Thanks a million!

Scott

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.