From: Christopher S. <chr...@ya...> - 2002-04-24 15:14:49
|
first to padmaja, i don't think i can be much help except for pointing to the docs, http://docs.postnuke.com/ I'm having some interesting problems with administration. Whenever i commit changes in the Settings part i get a 302 "Found, the document has moved here". "here" links to admin.php when i click t, which is the same page as is in the address bar. this happened both before and after i implemented the hack i describe below. I'm using php 4.1.2 and mysql 3.22.32 . also for anyone interested: i like to be able to access my website without typing in the www. before it, but didn't want to turn the site to intranet mode. here's what i did with .htaccess to make that happen: 1) set 'DirectoryIndex index.html index.php', so unqualified call to the home directory go to index.html (this doesn't call postnuke but keep with me) 2) added 'Redirect /index.html http://www.mysite.com/index.php' so all calls for the homepage go to the www.mysite.com . there may be a better way to do this, especially since this way the browser has to connect twice to the server, once to figure out where to go, then again to get the site. On the other hand it sure beats trying to change your site and not being able to log in b/c you forgot the 'www.' -christopher seaman ca...@ch... __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ |