Users Home Page don't exists

Pimpa posted 11th of February 2008 in Community Voice. 6 comments.
When a user join to my dolphin site (ex. new registartion username "john") the system in "automatic" create a link to not exists page like http://mydolphinsite/john ("my profile" page). It's possible to disable this feature? or where it's possible to customize users home page? thk's a lot
 
Comments
·Oldest
·Top
Please login to post a comment.
AWI
I have this problem as well, it will goto a non-existing page for peoples profiles
isimix
Hi

Got a similar problem but happens when I select the "Member Login" page.
I get an error 404 (member.php not found).

Have confirmed the member.php file, it`s in my root and seems to be fine...

dammit.
theadmiralgeek
when people sign up, and you want to view their profile

www.mysite/theadmiralgeek

what is happening is MOD RE_WRITE is changing the links to friendly ones. You can sort this by adding this to the htaccess in your root folder

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 see more [QSA,L]
</IfModule>

or else you can turn off FRIENDLY PERMALINKS IN THE ADMIN PANEL.
maunishq
Hi,
I am also having the same problem. If anybody solves it then plz. post the solution here. ON clicking to the members page, it shows ERROR 404
maunishq
where is this friendly permalinks in the admin panel?
jdoedtman
You can turn off the Friendly Permalinks on the Admin Page under Settings, Advanced Settings, toward the bottom of the page above where the Cupid settings are. Make sure you click Save Settings and don't accidentally click save under the watermark section at the very bottom like I did the first time. I recommend adding a .htaccess file in the root directory like the user above recommended.

My .htaccess file is as follows:

# Mod Rewrite #
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond see more %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.049675941467285