Jump to content

Lighttpd rewrite to pages


Talon21

Recommended Posts

Hi there,

 

I'm working on a new site: http://www.thshoponline.com/

And I'm tring to set WordPress perminlinks to: /%postname%/

 

But it's not working, and pages are Pages not posts.

 

my rewrite rule are:

 

server.error-handler-404 = "/index.php"

url.rewrite-once = (

        "^/(wp-.+).*/?" => "$0",

        "^/(sitemap.xml)" => "$0",

        "^/(xmlrpc.php)" => "$0",

        "^/(.+)/?$" => "/index.php/$1"

)

 

What to do? Please Help!  ???

Link to comment
https://forums.phpfreaks.com/topic/139121-lighttpd-rewrite-to-pages/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.