Hallo!
Also bei mir functionierts nun!
Was hab ich geamcht!?
confixx_vhost.conf
vorher:
<VirtualHost xxx.xxx.xx.xxx:80>
ServerName yurdum.at
ServerAlias xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DocumentRoot /srv/www/htdocs/web68/html
SuexecUserGroup web68 ftponly
ScriptAlias /cgi-bin/ /srv/www/htdocs/web68/html/cgi-bin/
php_admin_value open_basedir /srv/www/htdocs/web68/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/htdocs/web68/phptmp/
</VirtualHost>
nacher:
<VirtualHost xxx.xxx.xx.xxx:80>
ServerName yurdum.at
ServerAlias xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DocumentRoot /srv/www/htdocs/web68/html
SuexecUserGroup web68 ftponly
ScriptAlias /cgi-bin/ /srv/www/htdocs/web68/html/cgi-bin/
php_admin_value open_basedir /srv/www/htdocs/web68/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/htdocs/web68/phptmp/
php_admin_value open_basedir none
php_admin_flag safe_mode Off
php_admin_flag rewrite_engine on
<Directory "/srv/www/htdocs/web68/html">
AllowOverride All
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>
</VirtualHost>
Und in der httpd.conf
Früher:
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
nacher:
# forbid access to the entire filesystem by default
<Directory "/">
Options +ExecCGI +FollowSymLinks
AllowOverride FileInfo
Order allow,deny
Allow from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
Und damit das Mod_Rewrite überhaupt geladen wird:
Hab ich in ..etc/sysconfig/apache2 folgendes eingetragen:
vorher:
APACHE_MODULES="access actions alias auth auth_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir php4"
nacher:
APACHE_MODULES="access actions alias auth auth_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif ssl suexec userdir php4 [b]rewrite[/b]"
Und daweil klappts dass ich mit
www.meinesete.at/home.html die index.php
aufbekomme *das reicht mir daweil*

Vielelicht hillft das ja mal jemanden weiter!
L.g