Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

htaccess e un po' di cose da metter assieme...

1 view
Skip to first unread message

Galerio

unread,
Jun 26, 2009, 7:55:47 PM6/26/09
to
Ho un sito in wordpress con un htaccess nella root che recita cosᅵ:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://1e2.it/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://1e2.it$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.1e2.it/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.1e2.it$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie}
!^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond
%{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz
-f
RewriteRule ^(.*)
/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie}
!^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond
%{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html
-f
RewriteRule ^(.*)
/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
</IfModule>

# END WPSuperCache

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

A tutto questo dovrei aggiungere delle altre righe per far funzionare
uno script php in stile tinyurl, ma se aggiungo queste righe
necessarie, il servizio che ho aggiunto non funziona... e la pagina che
esce ᅵ quella del "file not found" in wordpress. Ecco le righe:

RewriteEngine on
RewriteBase /
RewriteRule ^([a-zA-Z0-9]+)/?$ /go.php?id=$1 [L]

Come posso far coesistere tutto questo? Utopia?

--
--------------------------------------------------------
http://www.flickr.com/photos/galerio/
ogni commento e critica son graditi!!!
-------------------------------------------------------
Iscriviti anche tu al gruppo Facebook di
appassionati di fotografia digitale:
http://www.facebook.com/group.php?gid=28645424291
---------------------------------------------------------------


0 new messages