HomeNotesgetting 404 when i view a user profile.
1540 days ago in 
Tags: view, profile
Reactions: 3 comments 0 points0 reports
 
 

getting 404 when i view a user profile.

I think this was talked about before but i couldn't find the postings.

just installed dolphin 6.5, everything seems to be working except when I click on someones profile. I get the message:

Not Found

The requested URL /Robin was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

any ideas how i can fix this?

thanks
Robin

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
DosDawg
i believe i read that as well, and it said you had to disable permalinks, then the profiles will work correctly.
let us know if this works out for you?
later,
DosDawg
sammie
you need to copy the content of the .htaccess file into the root and then enable the permalinks
Robin
Hey Sammie,

I had to disable .htaccess at install.. for some reason i couldn't run install\index.php to start the install. after renameing the to htaccess.bak i was able to run the install..

i was getting the message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

this is what i have in the root htaccess file which is currently disable:
php_flag register_globals Off
<IfModule mod_rewrite.c>
RewriteEngine see more on

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

could you please give me more details to how to fix this..

where do i enable permalinks and where do i copy the .htaccess from if the one in the root doesnt work.
 
 
 
PET:0.050709962844849