View previous topic :: View next topic |
Author |
Message |
bpadres
Joined: 30 Jul 2004 Posts: 2
|
Posted: Fri Jul 30, 2004 3:55 am Post subject: Object Not Found |
|
|
I am able to create user, but get error when clicking on MyHome.
Error:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster
Error 404
192.168.2.195
Thu 29 Jul 2004 10:54:02 PM EDT
Apache/2.0.40 (Red Hat Linux)
Any Ideas |
|
Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Fri Jul 30, 2004 3:20 pm Post subject: |
|
|
Have you installed the .htaccess file in the same directory as the PHP files? And does your apache support mod_rewrite? It's mod_rewrite that uses the rules in .htaccess to change ~Name into home.php?user=Name
If you are not installing peffisaur in root but in a subdirectory you will also have to edit .htaccess to make it work. |
|
Back to top |
|
 |
bpadres
Joined: 30 Jul 2004 Posts: 2
|
Posted: Fri Jul 30, 2004 3:49 pm Post subject: |
|
|
I did not have AllowOverride in my httd.conf file.
Changed AllowOverride from None to All.
WORKS NOW!
Thanks for the help!  |
|
Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Sun Aug 01, 2004 8:17 pm Post subject: |
|
|
Cool! |
|
Back to top |
|
 |
|