PDA

View Full Version : Error 404


ComputerVitals
06-03-2006, 10:53 PM
When I enable the rewrite in the vb option what ever link I click bring up error 404 page.

I edited just like the the install says.

When I click a forum I get this link
http://computervitals.com/forum/f-lobby-9.html

Any ideas?

da420
07-05-2006, 03:08 AM
I'm getting the same thing.

Immortal
07-05-2006, 07:40 PM
Make sure your .htaccess is uploaded and in your forum dir.

da420
07-05-2006, 07:46 PM
Yes, .htaccess is uploaded and in my forum directory.

Immortal
07-05-2006, 09:02 PM
Can you provide me with a link to your forum with it turned on?

da420
07-06-2006, 04:55 AM
<a href="http://zakserver.midphase.com/~mindand4/forum/" target="_blank">http://zakserver.midphase.com/~mindand4/forum/</a>

Immortal
07-06-2006, 05:30 PM
Create an entire new directory off of root.

Create an .htaccess with:

RewriteModule On
RewriteRule test.php test.html [L]

Then go to test.php, and tell me the 404 message.

da420
07-06-2006, 06:21 PM
Here's the link, and this is what I get.

http://zakserver.midphase.com/~mindand4/something/test.php


Here is the error:


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@zakserver.midphase.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

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

Immortal
07-06-2006, 09:08 PM
Sorry...

Change RewriteModule to RewriteEngine...Duh!

da420
07-06-2006, 10:13 PM
Not Found
The requested URL /~mindand4/something/test.php was not found on this server.

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

Immortal
07-07-2006, 07:48 PM
The requested URL /home/mindand4/public_html/forum/forumdisplay.php was not found on this server.

That shouldn't be caused from vRewrite.

da420
07-08-2006, 02:27 PM
I disable the product and everything works just fine.

xtreme-mobile
07-11-2006, 11:21 AM
im also getting this problem, i cant view any posts or threads, i also did you have said above but get this

Not Found
The requested URL /forum/test/test.html was not found on this server.

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


--------------------------------------------------------------------------------

Apache/1.3.36 Server at www.extreme-mobile.com Port 80

vonedaddy
11-10-2006, 02:29 AM
I am getting the same deal...

Not Found
The requested URL /home/com/focusfaction/html/forums/forumdisplay.php was not found on this server.

Apache/1.3.37 Server at focusfaction.com Port 80

The thing is that is the WRONG path to that directory, it should be:
/home/u4/vonaone/focusfaction.com/html/forums/forumdisplay.php

Where is this information getting pulled from?

Zardok
11-11-2006, 07:11 AM
please guys, post the answer if you find out how to fix it.