Need your asistant on this

4 replies
why is that whenever someone click on recent post on my site, these is what i get

Not Found
The requested URL /general/considering-trying-an-online-dating-service-singles-chat-rooms-dating-tips/ 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/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at winyourextips.com Port 80

please i need your assistant on these...
#asistant
  • Profile picture of the author aaron_nimocks
    Hard to tell without seeing your site.

    Could be a mod_rewrite problem, htaccess, ect.
    Signature

    My free PSD logs can be downloaded at PSD Bum. Enjoy!

    {{ DiscussionBoard.errors[1441679].message }}
    • Profile picture of the author rosetrees
      Sounds like you changed your permalink structure and, as aaron says, your .htaccess file needs amending.

      Assuming that you're using Wordpress, your .htaccess file should say this:


      # BEGIN WordPress
      <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
      </IfModule>

      # END WordPress
      {{ DiscussionBoard.errors[1442122].message }}
  • Profile picture of the author Christophe Young
    I'll get my assistant right on it!!

    Sorry, couldn't help myself.
    Signature
    Under Construction
    {{ DiscussionBoard.errors[1442843].message }}
  • Profile picture of the author globalim
    try chaning the theme, this might help
    {{ DiscussionBoard.errors[1444005].message }}

Trending Topics