- Joined
- Jul 21, 2002
- Messages
- 2,782
- Reaction score
- 24
I have about 30 domains hosted all together.
I use php to parse the URL and redirect the user to the appropiate URL.
(e.g. sedo.co.uk/parking/mydomain.com)
The problem is with 404 requests.
I use htaccess:
ErrorDocument 404 /index.php
but it doesn't work.
Anyone knows why or has a betted idea on how to do this?
I use php to parse the URL and redirect the user to the appropiate URL.
(e.g. sedo.co.uk/parking/mydomain.com)
The problem is with 404 requests.
I use htaccess:
ErrorDocument 404 /index.php
but it doesn't work.
Anyone knows why or has a betted idea on how to do this?