[eluser]zimco[/eluser]
This is my htaccess:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|ico)$ - [F,NC]
# -CodeIgniter-
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
php_value upload_max_filesize 50M
php_value post_max_size 50M