When members click to My Profil it goes to a wron g link like: www.mysite.com/member. can somebody tell me what is wrong? and/or what i have to do? thank you
I found a quick fix for this problem. Go to the admin panel and under Settings to to Advanced Settings. Near the bottom of the page just above the option to enable Cupid Emails, etc... is an option to "Enable friendly profile permalinks". I unclicked this option and then below (IMPORTANT) click Save Changes and be careful not to click SAVE at the very bottom of the page under the watermark section. This worked for my site and hope it works for yours. joe
OK I got the profiles to work. I had to create a .htaccess file in the root directory where dolphin is located and the contents of my .htaccess file are as follows:
# Begin hotlink protection #
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://rainbowroomies.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.rainbowroomies.org/.*$ [NC]
RewriteRule .(gif|jpg|png)$ - [F]
# End hotlink protection #
# Mod Rewrite #
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} see more -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
same problem
version 6.1.4
htaccess mod dont fix it.
dont have "Enable friendly profile permalinks" in settings/advanced
this thing is soooooooooo full of bugs
# Begin hotlink protection #
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://rainbowroomies.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.rainbowroomies.org/.*$ [NC]
RewriteRule .(gif|jpg|png)$ - [F]
# End hotlink protection #
# Mod Rewrite #
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} see more
Got a error 404 page when I click on Member Login in the home page.
I have deleted, recreated and even modified the original .htaccess file...no luck. It`s now back as originally.
Any ideas as why this might be happening ?
version 6.1.4
htaccess mod dont fix it.
dont have "Enable friendly profile permalinks" in settings/advanced
this thing is soooooooooo full of bugs