Hello Hugo,
I have some problems and need help to solve these .
1. Htaccess Apache2
# Backend Application Rules
RewriteCond %{REQUEST_URI} ^/backend$
RewriteRule ^backend$ backend.php/ [QSA,L,PT,NC]
RewriteCond %{REQUEST_URI} ^/backend/
RewriteRule ^backend/(.*)$ backend.php/$1 [QSA,L,PT,NC]
# WebTV Application Rules
RewriteCond %{REQUEST_URI} ^/webtv$
RewriteRule ^webtv$ webtv.php/ [QSA,L,PT,NC]
RewriteCond %{REQUEST_URI} ^/webtv/
RewriteRule ^webtv/(.*)$ webtv.php/$1 [QSA,L,PT,NC]
# we skip all files with .something
#RewriteCond %{REQUEST_URI} \..+$
#RewriteCond %{REQUEST_URI} !\.html$
#RewriteRule .* - [L]
# rewrite for vimp.swf from ostube
RewriteRule ^vimp.swf http://%{HTTP_HOST}/flash/vimp.swf [QSA,R,L]
# rewrite for flashcomm.php
RewriteRule ^flashcomm.php http://%{HTTP_HOST}/media/flashcomm [QSA,R,L]
# we check if the .html version is here (caching)
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
# no, so we redirect to our front web controller
RewriteRule ^(.*)$ index.php [QSA,L]
2. Permalinks | .PHP Protektion
UrlToolkit {
ToolkitID = wordpress
RequestURI exists Return
Match .* Rewrite /index.php
Match /wp-includes/.* DenyAccess
#Match ^/wp-config.php$ DenyAccess
}
Match .*Rewrite /index.php/archives/%post_id%
[code]I´ll hope you can help me , best regards
Andreas
Hiawatha version: 7.5
Operating System: Debian 6