Lighttpd Url Rewrite
Open
- Dominant language
- PHP
- Stars
- 1.1k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
If you want to make Bramus Router work with Lighttpd, add these lines to your lighttpd.conf.
...
server.modules += ( "mod_rewrite" )
...
url.rewrite-if-not-file = (
"^/myproject/(.*)" => "/myproject/index.php/$1"
)
...
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the repository documentation for web-server setup and check whether Lighttpd configuration is already covered. Use the issue's lighttpd.conf snippet as the proposed content, and consider the work done when users can find clear Lighttpd rewrite instructions for routing requests to index.php.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100