Results 1 to 3 of 3
-
21st May 2011, 10:11 AM #1OPMemberWebsite's:
edollarearn.comPlz Anyone Help Me
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 Reviewed by bdsur on . Plz Anyone Help Me 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. Rating: 5
-
21st May 2011, 11:05 AM #2OPMemberWebsite's:
edollarearn.comanyone 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
-
21st May 2011, 11:26 AM #3BannedWebsite's:
google.comdo this -----------------> http://www.cyberciti.biz/tips/lightt...ndly-urls.html
and this also
http://blog.nix.is/lighttpd-rewrite-rules-for-wordpress
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.51 released. Open older version (or...