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 Link to comment https://forums.phpfreaks.com/topic/19849-apache-rewrite-permissions/ 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 Link to comment https://forums.phpfreaks.com/topic/19849-apache-rewrite-permissions/#findComment-86884 Share on other sites More sharing options...
jakebrewer1 Posted September 6, 2006 Author Share Posted September 6, 2006 Same issue unfort :-( Link to comment https://forums.phpfreaks.com/topic/19849-apache-rewrite-permissions/#findComment-86902 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.