View Single Post
  #27  
Old 01-26-2011, 07:07 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,293
Code:
2011-01-26 23:49:47.363	ERROR	[[HTAccess]] rewrite: '[' is expected while parsing: RewriteCond %{REQUEST_URI} !^/(login|register|usercp|private|profile|cron|image) \.php$
there is an extra space(before \.php$) in the rewrite rule.
Reply With Quote