.htaccess en mod_rewrite
Chris -
18/05/2010 10:54:26Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
ErrorDocument 404 /nietgevonden.php
RewriteEngine On
RewriteRule ^index$ index.php
RewriteRule ^activities$ activities.php
RewriteRule ^special$ special.php
RewriteRule ^organisation$ organisation.php
RewriteRule ^social$ social.php
# Other Pages
RewriteRule ^news$ news.php
RewriteRule ^photogallery$ photogallery.php
RewriteRule ^videogallery$ videogallery.php
RewriteEngine On
RewriteRule ^index$ index.php
RewriteRule ^activities$ activities.php
RewriteRule ^special$ special.php
RewriteRule ^organisation$ organisation.php
RewriteRule ^social$ social.php
# Other Pages
RewriteRule ^news$ news.php
RewriteRule ^photogallery$ photogallery.php
RewriteRule ^videogallery$ videogallery.php
Dit moet hem zijn, sorry!
PHP hulp
23/12/2024 04:35:10Michael Braam
18/05/2010 12:14:03Excuses voor het ongemak maar krijg dezelfde melding van FireFox:
Quote:
Not Found
The requested URL /--/--/--/--/--/--/--/hallo was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The requested URL /--/--/--/--/--/--/--/hallo was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.