07-05-2010, 05:27 PM
(07-05-2010, 05:23 PM)nienna Wrote: 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...
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.
Have you looked at:
http://forums.letodms.com/showthread.php...326#pid326