Suunnittelin mod_rewritellä osoitteiden siistimistä
.htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^sivut/(.*)/ index.php?var1=$1 RewriteRule ^sivut/(.*)/(.*)/ index.php?var1=$1&var2=$2 RewriteRule ^sivut/(.*)/(.*)/(.*)/ index.php?var1=$1&var2=$2&var3=$3 </IfModule>
Mutta sitten tuleekin seuraavanlaista ilmoitusta:
lainaus:
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
www.domain.fi
Sun Dec 20 02:22:31 2009
Apache/2.2.10 (Linux/SUSE)
Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^sivut/(.*)/ index.php?var1=$1 RewriteRule ^sivut/(.*)/(.*)/ index.php?var1=$1&var2=$2 RewriteRule ^sivut/(.*)/(.*)/(.*)/ index.php?var1=$1&var2=$2&var3=$3
Aihe on jo aika vanha, joten et voi enää vastata siihen.