Skip to forum content
URL Blacklist
Home of URL Checker Extension for PunBB 1.4 and 1.3
You are not logged in. Please login or register.
Active topics Unanswered topics
URL Blacklist - URL Checker extension now available for PunBB 1.4.1
Current release 0.5.2 -> Download 
Post new reply
Post new reply
Compose and post your new reply
You may use: BBCode Images Smilies
All fields with bold label must be completed before the form is submitted.
Topic review (newest first)
We have a website, and we have a single PHP script that serves a single page. Its URL is:
http://www.pets.com/pet_care_info_07_07_2008.php
We want to clean up the URL, and our ideal URL would be:
http://www.pets.com/pet-care/
RewriteEngine On # Turn on the rewriting engine
RewriteRule ^pet-care/?$ pet_care_info_01_02_2008.php [NC,L] # Handle requests for "pet-care"
www.addedbytes.com/for-beginners … beginners/
Powered by PunBB