Adult SEO
05-16-2007, 10:00 PM
Hi there!
The folowing mod will enable you to setup a true 404 page while displaying the search page with a customizable message to your users.
Installation instructions for vBSEO (http://www.vbseo.com/378/) users:
Import the attached XML product
Include the folowing tag in your search template called search_forums where you want to display the 404 message:
<!-- 404message -->
Upload 404.php to your forum root
Sign in to your vBSEO (http://www.vbseo.com/378/) adminpanel and edit your 404 page settings with the folowing configuration:
64442Installation instructions for non-vBSEO (http://www.vbseo.com/378/) users:
Import the attached XML product
Include the folowing tag in your search template called search_forums where you want to display the 404 message:
<!-- 404message -->
Upload 404.php to your forum root
Edit your htaccess page and add the folowing code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ 404.phpRequirements: PHP Curl (http://www.php.net/curl)
The template to edit for the custom message on the searchpage is search_forums_404
A demo can be found on http://www.vbcash.com/blablabla.html
Have Fun!
Jan Jaap
The folowing mod will enable you to setup a true 404 page while displaying the search page with a customizable message to your users.
Installation instructions for vBSEO (http://www.vbseo.com/378/) users:
Import the attached XML product
Include the folowing tag in your search template called search_forums where you want to display the 404 message:
<!-- 404message -->
Upload 404.php to your forum root
Sign in to your vBSEO (http://www.vbseo.com/378/) adminpanel and edit your 404 page settings with the folowing configuration:
64442Installation instructions for non-vBSEO (http://www.vbseo.com/378/) users:
Import the attached XML product
Include the folowing tag in your search template called search_forums where you want to display the 404 message:
<!-- 404message -->
Upload 404.php to your forum root
Edit your htaccess page and add the folowing code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ 404.phpRequirements: PHP Curl (http://www.php.net/curl)
The template to edit for the custom message on the searchpage is search_forums_404
A demo can be found on http://www.vbcash.com/blablabla.html
Have Fun!
Jan Jaap