Results 1 to 2 of 2

Thread: .htaccess problem

  1. #1
    Join Date
    May 2016
    Location
    25 Watline Avenue, Unit 302 Mississauga, Ontario L4Z 2Z1
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default .htaccess problem

    Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    ErrorDocument 401 /home/happyjumper/jumper.com/errors/401/
    ErrorDocument 403 /home/happyjumper/jumper.com/errors/403/
    ErrorDocument 404 /home/happyjumper/jumper.com/errors/404/
    ErrorDocument 500 /home/happyjumper/jumper.com/errors/500/
    ErrorDocument 503 /home/happyjumper/jumper.com/errors/503/
    # END WordPress
    Can someone help me debug why this is happening?

    Thanks!

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Why what is happening?

    Please describe the problem clearly and somebody might be able to offer suggestions to fix it.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. Htaccess Problem
    By round in forum PHP
    Replies: 3
    Last Post: 08-29-2013, 12:10 PM
  2. Problem with an htaccess
    By Keleth in forum HTML
    Replies: 0
    Last Post: 07-22-2009, 04:10 AM
  3. .htaccess problem
    By sir_yunus in forum PHP
    Replies: 0
    Last Post: 04-19-2008, 08:22 PM
  4. .htaccess problem
    By feeleash in forum Other
    Replies: 11
    Last Post: 05-19-2006, 05:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •