Forum Search:
HyperVM & Kloxo Support

Home » LxCenter Knowledge Base » LxAdmin KB » Re: Lighttp Rewrite Rule
Re: Lighttp Rewrite Rule [message #7054] Wed, 20 June 2007 14:28 Go to next message
Lxhelp
Messages: 23701
Registered: July 2006
Masters
Currently, we do not provide support for individual lighttpd rewrite rules. We will add a feature, where lxadmin will come with all the rewrite rules pre-defined and you can add them by simply supplying the application. But at this point, you will have to do the research yourself.

Thanks.



Re: Lighttp Rewrite Rule [message #7102 is a reply to message #7054] Thu, 21 June 2007 09:26 Go to previous messageGo to next message
Lxhelp
Messages: 23701
Registered: July 2006
Masters
We have added a permalink option to lxadmin. Go to domain home -> permalink and you will see a list of apps, for which we have integrated the url rewrite options. You can choose an app and lxadmin will add the corresponding rewrite rule to lighty config.

Currently, only wordpress and drupal are available though, but we will add more apps depending on the requests. Actually, if you get the joomla system working, please post the correct one here, and we will add it to the permalink list.

Thanks.

Re: Lighttp Rewrite Rule [message #73269 is a reply to message #7054] Mon, 15 March 2010 16:45 Go to previous messageGo to next message
member  is currently offline member  Algeria
Messages: 1
Registered: March 2010
Member
hi

i manged to make joomla work with lightpd but using this extensions
sh404sef
following this steps

To use sh404sef you need to make sure the following line is in lighttpd.conf:

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

Then tell Joomla and sh404sef that you are using .htaccess. (you are not, but it will work anyways).


hxxp://dev.anything-digital.com/FAQs/sh404SEF/How-do-i-confi gure-my-lighttpd-server.html


Note: nothing else will work beside joomla
e.g: i tried to install phpbb under subdomain
but the rewire rule wont work keep redirecting me to main index of the subdomain.

so i hade to jump to apache and everything now is white lol . nothing works something with session permission and
[warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
[Mon Mar 15 13:27:03 2010] [warn] NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts
iam still searching for solution. Grin

thanks.
Re: Lighttp Rewrite Rule [message #73536 is a reply to message #7054] Fri, 26 March 2010 12:44 Go to previous message
senator  is currently offline senator  Turkey
Messages: 24
Registered: April 2007
Location: Turkey
Member
I am using the following lighttpd rewrite rule with Artio JoomSEF without any problem:

url.rewrite-once = (
          "^images*\.(jpg|jpeg|gif|png)" => "$0",
          "^/administrator.*$" => "$0",
          "^/mambots.*$" => "$0",
          "(/|\.htm|\.php|\.html|/[^.]*)$" => "/index.php"
     )


Lighttpd rewrite rule is very similar to Apache's, you can modify rule according to your SEF component easily.

You can use "Lighttpd Rewrite Rule" item under the domain you want to add rewrite rule from Kloxo.
Previous Topic:Convert from Lighty to apache
Next Topic:HostInABox: Fast-CGI or CGI
Goto Forum:
  


Current Time: Fri Sep 3 07:23:11 EDT 2010

Total time taken to generate the page: 0.01778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.1.
Copyright ©2001-2009 FUDforum Bulletin Board Software