Issues with 6.1 install
First off, nice job with the upgrade...I think 6.1 is going to be a nice improvement and I held off development of my new site to accommodate 6.1 (and because I really needed couples for my site www.theswingtown.com).
Anyhow, a lot of links just blow out and default to 404 errors. Some are fixed by manually adding .php to the links — and some I was able to fix by deselecting everything in Permalinks, which, of course hurts SEO. Also, my forum seems gorfed (not a major issue, as I'll probably want to use a vBulletin install, if I can get the databases to play nice together).
Since it's a virgin install — I deleted my 6.0 install entirely, I'm fine with wiping again and reinstalling — all my minor cosmetic changes are saved. I did reuse the database from the 6.0 install — could this be the root of my trouble? I did doublecheck and make sure all the files were properly installed — and it looks good.
Any suggestions? Since I don't see anything like this from anyone else, I assume it's something silly or stupid I did (far from the first time).
Thanks. And thanks for this software...
Mike
I am experienced in installing scripts, and I have successfully installed Dolphin from all the way to back to 5.6. All files have correct permissions. Plugins have been registered, new licenses created and registered.
if mod_rewrite is not enabled on your server, CEO url will not work
you have to uncheck Permalinks in Admin
IF mod_rewrite is enabled on your server
and your CEO url don't work
check your .htaccess file, I guessing it's empty
-------------------------------------
And you have to delete
php_flag register_globals Off
from your .htaccess file if you have a internal server error
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName theswingtown.com
AuthUserFile /home/theswing/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/theswing/public_html/_vti_pvt/service.grp
Also, see more