Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$'
#4
Ok , think Ive solved it.

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.
Reply


Messages In This Thread
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' - by kiksy - 2010-10-22, 00:11:50



Users browsing this thread: 2 Guest(s)