jakebrewer1 Posted September 6, 2006 Share Posted September 6, 2006 Hi,I recently added the following rewrite. Of course, nothing happened when the target file was set at 644 permissions. When changed to 666 I get an internal server error and Premature end of script headers in the basic log. Are there some common fixes to this?Options +FollowSymLinksRewriteEngine onRewriteRule book_sales-(.*)\.htm$ detail_classified_state.php?free=$1 Quote Link to comment Share on other sites More sharing options...
oldmanice Posted September 6, 2006 Share Posted September 6, 2006 I think it should be :)Options +IndexesRewriteEngine onRewriteRule book_sales-(.*)\.htm$ detail_classified_state.php?free=$1 Quote Link to comment Share on other sites More sharing options...
jakebrewer1 Posted September 6, 2006 Author Share Posted September 6, 2006 Same issue unfort :-( Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.