Plz Anyone Help Me

Discussion in 'Apache' started by bdsur, May 21, 2011.

  1. #1
    I am running my blog on vps server with kloxo panel.My problem is custom link on my blog its working when i have set apache on my server when i am swithing it lighttpd mode my custom link (/%postname%) not working 404 not found.I hopefully its problem with .HTACCESS file.Anybody plz give me the .HTACCESS code for lighttpd mode.
     
    bdsur, May 21, 2011 IP
  2. bdsur

    bdsur Peon

    Messages:
    443
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    anyone convert it to lighttpd format

    # 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
     
    bdsur, May 21, 2011 IP