| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| | Thread Tools | Display Modes |
| |||
| Hi, My blog is installed. Then I posted. Whenever I click on the post title it goes to a page that says the following error message; Go to my blog; Cool Landscaping Click on the post title. For enample click on "Stone landscaping - Saugus stone and landscaping". Iam trying so many ways to fix it. But could not find a solution yet. Regards, Mark. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@coollandscaping.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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. -------------------------------------------------------------------------------- Apache/1.3.37 Server at coollandscaping.com Port 80
__________________ ************************************* Perfume Gift Beauty Tips Digital Camera Drivers Webcam Cool Landscaping Low Fat Recipe Fat Flush Plan Fat Belly ************************************* |
| |||
| Hello, I checked out your site and I have not seen that error. I sent a note over to the boys at pro so hopefully tonight we will have an answer. Steve |
| |||
| Hi Robert, I did'nt get. What will be the exact name of this template file? It will be in which directory? Please give an example. Thanks, Mark.
__________________ ************************************* Perfume Gift Beauty Tips Digital Camera Drivers Webcam Cool Landscaping Low Fat Recipe Fat Flush Plan Fat Belly ************************************* |
| |||
| Hi Robert, Steve, I fixed this issue. The issue was in .htaccess file. It was missing the "blog" name. Once I edited this, the links started working. (Replace blog with whatever your blog name is. For example if your blog name is firstblog. Put firstblog. In my case, my blog name is blog.) .htaccess file content ============================= # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress ============================= Thanks for the support. Regards, Mark.
__________________ ************************************* Perfume Gift Beauty Tips Digital Camera Drivers Webcam Cool Landscaping Low Fat Recipe Fat Flush Plan Fat Belly ************************************* |