PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   member.php - 404 not found. Change name and its Found? (http://www.photopost.com/forum/reviewpost-installation-upgrades/124637-member-php-404-not-found-change-name-its-found.html)

Rik Brown April 26th, 2006 05:27 PM

member.php - 404 not found. Change name and its Found?
 
This is likely a UNIX/Apache question relating to the operations of our Photopost installation. I hope that someone can help.

When I try to execute the member.php file in my Photopost root directory, I get a 404 "not found" error page from Apache. If I rename the file to members.php or even x.php (anything but member.php) it is found and executes.

Any idea how this could be happening? Its driving me up the wall.

Thanks and regards. -- Rik

Chuck S April 26th, 2006 06:58 PM

The file is never referenced alone.

It is usually member.php?uid=1 etc

Does it execute as it is suppose to in the normal operation of the program viewing profiles etc?

Rik Brown April 27th, 2006 12:58 AM

Quote:

Originally Posted by Chuck S
The file is never referenced alone.

It is usually member.php?uid=1 etc

Does it execute as it is suppose to in the normal operation of the program viewing profiles etc?

Whoops! This should be in a REVIEWPOST forum instead of PHOTOPOST (hope you can move it and I'll look for your answer there).

Yes, I'm trying to access it at this link. I can assure you that the member.php file is in the root directory of my Reviewpost installation. As mentioned, if I rename the file to x.php or any other *.php name, I can invoke it from the browser command line. Why I get an Apache 404 error when its named member.php just doesn't make any sense to me.

Any suggestions? Thanks. -- Rik

Chuck S April 27th, 2006 07:31 AM

Yes I can move it. There is not one single thing wrong with your reviewpost. The url is called as it should and as I have shown. However look at the url in your browser window when you get the 404 page ;)

See how its all messed up with the .html/ stuff. That would be because your vbseo program is breaking our application. You can contact vbseo and they have something you can alter your vbseo htaccess with to make sure there program does not break ours.

Rik Brown April 27th, 2006 05:43 PM

Chuck:

I unfortunately do not see the .html thing you mentioned above happening in ReviewPost. Its definitely happening there within the vBulletin forums being rewritten by vbSEO. But the URL passed to the browser for member info within RP is:

http://forums.travel.com/reviews/member.php?uid=1

... which I just cut and pasted into this message.

Or am I misunderstanding something?

Regards. -- Rik

Chuck S April 27th, 2006 06:16 PM

Go ahead and click the link and see the link in the browser window it is now this

http://forums.travel.com/members/.html?uid=1

This is not being caused by our program it is being caused by VBSEO and they have some code you can add to your VBSEO htaccess file to restrict the program from interfering with the operation of files within certain directories.

aacircle June 14th, 2006 05:47 AM

In pp-inc.php, change uid to u so that the Profile Link works.
Code:

Content visible to verified customers only.
Let me know how this goes.

Chuck S June 14th, 2006 08:24 AM

aacircle the proper fix here is to contact vbseo and they have some code you put in your htaccess file to tell vbseo not to interfere with our programs. There are several links vbseo messes up and just patching a link here or there is not going to be the suggested route to fix the issue.


All times are GMT -5. The time now is 03:45 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97