Some test links: hrmm blah 1 2 3 this/that/other ho/ho/ho 1/2/3
super-link etc

Result:

.htaccess used:

RewriteEngine on
Options +FollowSymlinks
RewriteBase /

# Allow specific filetypes
RewriteRule \.(htm|shtml|jpg|png|gif|swf|css|js)$ - [L]

# Allow plain index.php?blah addresses
RewriteRule ^(index.php.*) - [L]

# Replace blah with index.php?page=blah
RewriteRule ^(.+)$ index.php?page=$1

Page Code



Warning: show_source() has been disabled for security reasons in /home/thei/public_html/nedmartin/public/test/index.php on line 39



t h e - i . o r g