abiku Posted September 13, 2005 Share Posted September 13, 2005 hello i don't know how to get rid of this "osCsid" from url. it looks like this now : http://www.samplesite.com/sampleprodukt.ht...fc64d04771b8e5c should be :http://www.samplesite.com/sampleprodukt.html It is seen all the time, not only on the first page. someone said that it's maybe because of the cokies setings but i'm not sure if this is a problem here is the begining of my configure.php : define('HTTP_SERVER', 'http://www.mydomain.com'); define('HTTPS_SERVER', 'https://www.mydomain.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'http://www.mydomain.com'); define('HTTPS_COOKIE_DOMAIN', 'https://www.mydomain.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); thanks in advance for help Link to comment Share on other sites More sharing options...
AlanR Posted September 13, 2005 Share Posted September 13, 2005 define('HTTP_COOKIE_DOMAIN', 'www.mydomain.com'); define('HTTPS_COOKIE_DOMAIN', 'www.mydomain.com'); Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.