I am having a problem defining these constants on my localhost:
define ('BASE_URI','C:\wamp\www\shop\\');
define ('BASE_URL','http://localhost/shop/htdocs/');
define ('MYSQL','BASE_URI/.mysql.inc.php');
How exactly do I define BASE_URL, and BASE_URL using wamp which is located i the C directory.
This gives me an 500 Internal Server Error.
Regards, Klemme