View previous topic :: View next topic |
Author |
Message |
bear Guest
|
Posted: Fri Jan 30, 2004 2:31 pm Post subject: setting up peffis: my galleries of users are missing.... |
|
|
perhaps you can help (-:
having installed peffis (great software!!) on a webspace-hosting
server... i can create new users and the info-mail and new-user-mails
are sended without problems.
but the "home" galleries of the users are missing....
>>Not Found
The requested URL /mmspeff/~bear was not found on this server.>>
http://www.diqua.de/mmspeff/index.php
any ideas? ? please let me know
bear |
|
Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Fri Jan 30, 2004 10:38 pm Post subject: |
|
|
You need to fix your .htaccess file.
I think yours should probably look something like this:
RewriteEngine On
RewriteBase /mmspeff
RewriteRule ^s/([^/]+)/([^/]+) /mmspeff/send.php [E= ......
RewriteRule ^~(.*) /mmspeff/home.php?user=$1
So you see...the home directories does not exist really. It's just fake with URL's that gets rewritten
Good luck! |
|
Back to top |
|
 |
baer Guest
|
Posted: Sat Jan 31, 2004 3:41 pm Post subject: server error |
|
|
hi peffis!
thank You for the fast reply
have corrected and uploaded the .htaccess file.... THANK YOU!!
but when uploading the server shows:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
perhaps i didn`t make the right fix with recmail.pl
$driver ="mysql";
$user = "xxxxxxx";
$password = "xxxx";
$munpack = "/usr/bin/munpack";
does it mean the mysql user-name and password for the database ??
otherwise it seems to be a promlem with apaches httpd.conf
have read woody´s solution:
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c
but I´m not shure how to change this - don´t have a own server,
only my standard-package with php&mysql at a web-space-hoster....
bear |
|
Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Sat Jan 31, 2004 4:06 pm Post subject: |
|
|
Hi,
What you are saying is a bit confusing. Where do you get the internal server error? Do you get that in the phone? The recmail.pl you say you have edited is only used when sending the mms to the site as an email. To do that you need to have the settings that your operator gave you for mms. If you get an internal server error from those settings it is something wrong between you and your operator.
If however you use the other interface, the direct posting method, and set your site as MMSC in your phone. Then make sure you have the right URL setup in the phone, including your subdir mmspeff or whatever you called it. Have you tried running against peffis.com? The mysql password/user must be correct in config.php as well or you will not be able to post against the server. Try posting "by hand" using the poster.php script posted in this forum (search for it!). Then you might see any errors due to misconfiguration
You can also post the URL to your site here and I might, but perhaps I have no time, have a look at it.
Cheers,
Stefan |
|
Back to top |
|
 |
bear Guest
|
Posted: Sat Jan 31, 2004 5:18 pm Post subject: http://www.diqua.de/mmspeff/index.php |
|
|
hi peffis!
sorry for the problem...
try the url with peffis on and you`ll see the error....
http://www.diqua.de/mmspeff/index.php
all the files are stored on a commercial server, and I have to upload them...
the standard php and mysql funktions work.... only the user-galleries not.
when .htaccess is uploaded, to the other files - then nothing of peff. works anymore: no faq, no login...... the error message comes, if you visit the url..
´bye
bear |
|
Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Sun Feb 01, 2004 9:05 am Post subject: |
|
|
Hmm...it might still be some problem in your htaccess file perhaps. Would you mind posting it? |
|
Back to top |
|
 |
Guest
|
Posted: Tue May 03, 2005 5:22 pm Post subject: |
|
|
Peffis wrote: |
RewriteEngine On
RewriteBase /mmspeff
RewriteRule ^s/([^/]+)/([^/]+) /mmspeff/send.php [E= ......
RewriteRule ^~(.*) /mmspeff/home.php?user=$1
|
This worked once I removed the [E = ..... from the third line (and set my own path) |
|
Back to top |
|
 |
|