Os pongo el fichero .htaccess
Código:
RewriteEngine On
php_value session.save_handler files
RewriteCond %{HTTP_HOST} ^tiramillas.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.tiramillas.org$
RewriteRule ^foro\/index\.php$ "http\:\/\/www\.tiramillas.org\.org\/index\.php\?option\=com_jfusion\&Itemid\=18" [R=301,L]
RewriteCond %{HTTP_HOST} ^tiramillas.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.tiramillas.org$
RewriteRule ^foro\/?$ "http\:\/\/www\.tiramillas\.org\/index\.php\?option\=com_jfusion\&Itemid\=18\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^tiramillas.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.tiramillas.org$
RewriteRule ^foro\/ucp\.php$ "http\:\/\/tiramillas\.org\/index\.php\?option\=com_jfusion\&Itemid\=18\&jfile\=ucp\.php\&i\=pm\&folder\=inbox" [R=301,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 204.124.182.42
RewriteCond %{HTTP_HOST} ^tiramillas.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.tiramillas.org$
RewriteRule ^foro\/$ "http\:\/\/www\.tiramillas\.org\/index\.php\/foro\/" [R=301,L]
Y acabo de ver que en la carpeta foro hay otro .htacces
Código:
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
php_value memory_limit 64M