Welcome Guest, Not a member yet? Register   Sign In
[Solved] htaccess, CodeIgniter, stand-alone Wordpress
#8

[eluser]Uno*[/eluser]
if I understand what you're doing to try:

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|news|images|css|js|robots\.txt|favicon\.ico|news)
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


Messages In This Thread
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 07:32 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 09:46 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 10:25 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 10:32 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 11:02 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 11:11 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 11:58 AM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 12:58 PM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 01:32 PM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 01:51 PM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 01:55 PM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 04-03-2010, 02:39 PM
[Solved] htaccess, CodeIgniter, stand-alone Wordpress - by El Forum - 10-08-2010, 02:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB