Hello,
When I type in a bogus URL such as http://www.prowlser.com/poopoo into my browser my front page automatically pops up. It happens no matter what you put in. I'm trying to add a forum to my site and the URL would be http://www.prowlser.com/make-money-forum, but when I try to get to it the only thing that pops up is my front page. I'm using phpBB and it is installed correctly.
What can I do to fix this problem?
Not Showing URLs Correctly
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Not Showing URLs Correctly
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
fourd5dswb
- Regular
- Posts: 24
- Joined: Mon Aug 25, 2008 5:41 pm
The subdirectory already has a .htaccess file
The subdirectory already has a .htaccess file
I tried adding the rewriteengine Off to the file itself and that did not work.
What now?
I tried adding the rewriteengine Off to the file itself and that did not work.
What now?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: The subdirectory already has a .htaccess file
hi!
how does your .htaccess do looklike then?
how does your .htaccess do looklike then?
fourd5dswb wrote:The subdirectory already has a .htaccess file
I tried adding the rewriteengine Off to the file itself and that did not work.
What now?
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
fourd5dswb
- Regular
- Posts: 24
- Joined: Mon Aug 25, 2008 5:41 pm
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
So you tried to modify the file to look like this:
Right? And the file was properly saved? Then this really must work...does your forum have a index.php or index.html file, or what is the main file? When you call that URL with filename, this should work, right?
Regards,
Garvin
So you tried to modify the file to look like this:
Code: Select all
RewriteEngine Off
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
fourd5dswb
- Regular
- Posts: 24
- Joined: Mon Aug 25, 2008 5:41 pm
This was still not working
This was still not working so I removed it and installed the forum plug-in for Serendipity. Everything seems to be running fine except for when you try to save a thread it gives a 500 Internal Server Error.
The message states:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.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.
It still saves the thread but this is obviously an issue.
What do I do?
The message states:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.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.
It still saves the thread but this is obviously an issue.
What do I do?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: This was still not working
Hi!
To get the reason of the 500 error, you must ask your provider to have a look at the PHP/Apache Error-Log (usually NOT the domain's file error log, but the one where CGI errors occur in).
It might be related to RAM-usage, timeouts or network connections...the exact reason I can only tell with the exact error message.
Regards,
Garvin
To get the reason of the 500 error, you must ask your provider to have a look at the PHP/Apache Error-Log (usually NOT the domain's file error log, but the one where CGI errors occur in).
It might be related to RAM-usage, timeouts or network connections...the exact reason I can only tell with the exact error message.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/