404 page not found

Discussion in 'WordPress' started by bhatpajju13, Jul 26, 2013.

  1. #1
    Hi,

    I Installed a wordpress in my host using a softacalous apps installer.When i use the site with default permalinks it is fine but when i change permalinks to custom /%category%/%postname%/ i get error in portfolio categories section check the link below

    www.netmadmonk.com

    I tried changing .htaccess no solution

    I want to test httpd.conf but i dont understand where to find it.
     
    bhatpajju13, Jul 26, 2013 IP
  2. doktu

    doktu Active Member

    Messages:
    232
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    The problem is in the permalink address. Don't go yet to the tests.. You can proceed with installing the pluggins as you review the permalink.
     
    doktu, Jul 26, 2013 IP
  3. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    which plugin??
     
    bhatpajju13, Jul 26, 2013 IP
  4. 24wallpapers

    24wallpapers Active Member

    Messages:
    300
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Reset your custom permalinks back to the default setting.
     
    24wallpapers, Jul 26, 2013 IP
  5. t3od0r

    t3od0r Well-Known Member

    Messages:
    334
    Likes Received:
    3
    Best Answers:
    3
    Trophy Points:
    155
    #5
    You are on shared hosting? or vps/dedicated?
     
    t3od0r, Jul 26, 2013 IP
  6. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    it is quite funny.....comment hehe
     
    bhatpajju13, Jul 26, 2013 IP
  7. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #7
    shared hosting
     
    bhatpajju13, Jul 26, 2013 IP
  8. t3od0r

    t3od0r Well-Known Member

    Messages:
    334
    Likes Received:
    3
    Best Answers:
    3
    Trophy Points:
    155
    #8
    If you are on shared hosting you don't have access to httpd.conf.

    But rewrite is working on your website, you have issues only when you change to /%category%/%postname%/?

    Maybe is a .htaccess issue, you tried the default .htaccess file?
     
    t3od0r, Jul 26, 2013 IP
  9. SystemOAD

    SystemOAD Well-Known Member

    Messages:
    548
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    195
    Digital Goods:
    1
    #9
    Please paste your htaccess code here so I can take a look to see if anything stands out as its likely to be something not updating correctly when you change the setting in your wordpress admin.

    On that note, you could try changing the permissions on your htaccess file to 755 to make sure wordpress can write to the file in order to make the changes required!?
     
    SystemOAD, Jul 26, 2013 IP
  10. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #10
    Check below .htaccess 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>

    # END WordPress
    i want to find httpd.conf and change some settings i am unable to do it.
     
    bhatpajju13, Jul 26, 2013 IP
  11. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #11
    yes only when custom permalinks i want it friendly

    my .htaccess file

    # 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>

    # END WordPress
     
    bhatpajju13, Jul 26, 2013 IP
  12. SystemOAD

    SystemOAD Well-Known Member

    Messages:
    548
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    195
    Digital Goods:
    1
    #12
    Your missing the < in the first line, change it to:
    <IfModule mod_rewrite.c>
    Code (markup):
    See if that works, if not, open a support ticket with your host and ask them to look into it for you as something is causing a conflict with the perm link options in your wordpress.

    You have been told, as you are on shared hosting you will not have access to make changes to httpd.conf

    Ask your host if they can make the changes to httpd.conf and make sure to tell them what the changes are for and why you need them, that way they should be happy to make the changes if needed!
     
    SystemOAD, Jul 26, 2013 IP
  13. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #13
    i called up but they r not ready to modify it any alternative way only vps its possible.
     
    bhatpajju13, Jul 26, 2013 IP
  14. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #14
    You should be able to edit that yourself. The host should not be required. All you need is ftp or file access.

    Nigel
     
    Nigel Lew, Jul 26, 2013 IP
  15. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #15
    i mean i installed it using softcalous apps installer built the site but lastly when i change default to custom permalinks i get error page not found in portfolio section side links artworks works fine as it has same name as image below dont work.

    www.netmadmonk.com
     
    bhatpajju13, Jul 26, 2013 IP
  16. SystemOAD

    SystemOAD Well-Known Member

    Messages:
    548
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    195
    Digital Goods:
    1
    #16
    Hold on a minute! Having just looked at your site, it might not have anything to do with your htaccess!

    Its only the sub-categories with "-" in the url which are not working, if you want to PM me your wordpress login details I will take a look for you as its likely to be something to do with how your wordpress is setup, or how you have named the sub-categories.

    I had a similar problem before, but can't remember what I changed without looking :(

    Another option to try (and try this first) is to change AllowOverride to all in
    httpd.conf, now if you don't have access to that, or your host refuses to make that change, tell them you want a full refund as their services can not work correctly as they are due to that setting killing the .htaccess file, and that you will be forced to change hosts due to this massive problem which is preventing your site from operating correctly!
     
    Last edited: Jul 26, 2013
    SystemOAD, Jul 26, 2013 IP
  17. Arick unirow

    Arick unirow Acclaimed Member

    Messages:
    719
    Likes Received:
    298
    Best Answers:
    30
    Trophy Points:
    500
    #17
    Kindly read all of these:
    1. First thing first, you don't need to use httpd.conf as It is available only if you have ROOT ACCESS. You were using shared hosting so you don't have access to httpd.conf
    2. You can change permalink easily without problem by navigating to "Setting => Permalink" in WordPress. Every time you make change, make sure to click 'save' once more time so the permalink got updated in DataBase and WordPress core system.
    3. You have an error in your .htaccess file.Look the comment by System0AD above to fix it. Even a single code will make huge effects.
    4. http.conf cannot being accessed by FTP access. It only available when you have root access. You were going into wrong direction because there is no direct relation about httpd.conf and your permalink issue.
    5. If you get errors after changing permalink to Custom Type, Open your FTP program (Web FTP) and find 'errors.log' file. It usually available in root folder. Open it up and read the cause.
    6. Contact your webhost and find out what kind of server they were using. Each server has different treatment. Example, NginX+SuPHP and Apache combination have different effect than only use Apache.
    Relax a bit and read another previous post in this thread. Once again, httpd.conf isn't necessary at this time.
    Source: Self-experience.

    Edit:
    I remember the most important thing. Some theme were modified to use Default permalink and it could be the cause. Poor coded/Special theme may cause it. Tries to deactivate all plugins and use default theme and change permalink to custom type.
     
    Last edited: Jul 26, 2013
    Arick unirow, Jul 26, 2013 IP
  18. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #18
    i said that they r ready to refund the money i cant afford vps at present it cheaper host i have.any other solutions regarding this problem please give me your email address you to send the wordpress details.
     
    bhatpajju13, Jul 26, 2013 IP
  19. bhatpajju13

    bhatpajju13 Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #19
    almost three days on this issue:mad:
     
    bhatpajju13, Jul 26, 2013 IP
  20. SystemOAD

    SystemOAD Well-Known Member

    Messages:
    548
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    195
    Digital Goods:
    1
    #20
    I will send you a PM for my email :)

    But I would bet its the AllowOverride problem in the httpd.conf that's causing the problem, so get ready to ask for the refund! And you don't need a vps, any quality host would have been happy to sort this for you, I would if you was one of my hosting customers!
     
    SystemOAD, Jul 26, 2013 IP