Search:
Login
Register
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #7
Ticket #7
: .htaccess
File .htaccess,
129 bytes
(added by JAAulde,
19 months
ago)
recommended example for user guide
Line
1
RewriteEngine On
2
3
RewriteCond %{REQUEST_FILENAME} !-f
4
RewriteCond %{REQUEST_FILENAME} !-d
5
RewriteRule ^(.*)$ index.php/$1 [L]
Download in other formats:
Original Format