2010-10-22, 00:11:50
Ok , think Ive solved it.
I edited the .htaccess file to read:
And now it works, thanks for the help.
I edited the .htaccess file to read:
Code:
AddDefaultCharset UTF-8
RewriteEngine on
RewriteBase /GetSimple/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [QSA,L]
AddType x-mapp-php5 .php
SetEnv PHP_VER     ÂÂ
And now it works, thanks for the help.