07-05-2010, 05:23 PM
hmm i was manualy removed all whitespace at all php files after php close tag but still same so last thing is .htaccess if there is not an another problem...
is my .htaccess. anything wrong ?
still i need help guys.
PHP Code:
RewriteEngine on
RewriteCond %{REQUEST_URI} (.*)viewonline/([0-9]+)/([0-9]+)/(.+)$
RewriteRule (.*)viewonline/([0-9]+)/([0-9]+)/(.+)$ $1op.ViewOnline.php?request=$2:$3 [PT]
is my .htaccess. anything wrong ?
still i need help guys.