i did a .htaccess edit to add index.php after my domain as: [skynetbd.net/index.php][1].
i used:
RewriteCond %{HTTP_HOST} ^(www\.)?skynetbd\.net
RewriteCond %{REQUEST_URI} !^/index.php
Rewriterule ^(.*)$ /index.php/$1 [L]
But unfortunately all of my links redirects to skynetbd.net/index.php like a loop !! please give a solution to prevent this problem..