2009-08-13, 00:39:18
You need the following in the .htaccess file if it's the only install of GetSimple in that parent directory.
Code:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
------
I can't design for shit but I can code the shit out of your design
I can't design for shit but I can code the shit out of your design