Kod
SetEnv PHP_VER 5
RewriteEngine On
RewriteRule accept,(.*) index.php?module=orders&list=yes&id=$1&act=a
RewriteRule canel,(.*) index.php?module=orders&list=yes&id=$1&act=c
RewriteRule child,del,(.*) index.php?module=child&del=$1
/*
pół kilometra kodu
*/
ErrorDocument 404 http://adres.com.pl/404.html
RewriteEngine On
RewriteRule accept,(.*) index.php?module=orders&list=yes&id=$1&act=a
RewriteRule canel,(.*) index.php?module=orders&list=yes&id=$1&act=c
RewriteRule child,del,(.*) index.php?module=child&del=$1
/*
pół kilometra kodu
*/
ErrorDocument 404 http://adres.com.pl/404.html
Jeśli wpiszę takie coś :
http://adres.com.pl/asdasd
to przekieruje mnie na stronę 404.html
a jak takie coś :http://asdasd.adres.com.pl/asdasd
to mam brzydką stronę "not found"
jak to poprawić ?