| Forum - Thema |
|
| « Vorheriges Thema | Nächstes Thema -> | |
| Forum -> Hilfe -> Server -> lighthttpd mod_rewrite | |
|
Antworten: 7
| |
fixedBeginner Beiträge 5 |
# Thema - 09.10.2008 um 18:22 Uhr I need a .htaccess file for lighthttpd ... can someone write it? ## Comment out the needed lines and save it as ".htaccess" to use ClanSphere with mod_rewrite ## You need at least Apache 1.3 or newer to use the following! ## Documentation = http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html ## Uncomment the next line when symlinks are not set in Apache configuration #Options +FollowSymLinks ## Uncomment the next line to enable the usage of mod_rewrite (needed) RewriteEngine on ## Uncomment the next line to inherit mod_rewrite rules set in Apache configuration #RewriteOptions inherit ## Uncomment the next line and update the path to use the clansphere directory if you move this file #RewriteBase / ## Uncomment this to prevent overcuttings between real directories/files and virtual ones (needed) RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f ## Uncomment the line and edit the php index files that should be accessible by the mod_rewrite rule (needed) RewriteRule ^(admin|board|debug|index)(.*)$ $1.php?params=$2 [NC,L] |
|
Offline | |
Jam2 ![]() Just nerd Herkunft: Roding Beiträge 942 |
# Antwort: 1 - 09.10.2008 um 18:44 Uhr ------------------ Gruß Martin 'Jam2' Ederer alter Nick: FireDragon |
|
Offline | |
fixedBeginner Beiträge 5 |
# Antwort: 2 - 09.10.2008 um 21:04 Uhr OK now it is scriptinfo Zuletzt editiert von fixed am 09.10.2008 um 21:12 Uhr (2x Editiert) |
|
Offline | |
taM* ![]() Geekboy Herkunft: Bad Liebenzell Beiträge 1015 |
# Antwort: 3 - 09.10.2008 um 21:07 Uhr the name must be "About" or "Scriptinfo". And "Par mums" is "About us" (dt. Über Uns). |
|
Offline | |
fixedBeginner Beiträge 5 |
# Antwort: 4 - 09.10.2008 um 21:18 Uhr Now it's ok? |
|
Offline | |
Denni ![]() Moderator Herkunft: Ilsfeld Beiträge 1803 |
# Antwort: 5 - 09.10.2008 um 21:28 Uhr fine, thanks now you will get support ------------------ Gruß Denni ClanSphere - Makes your website a playmate, just dress her |
|
Offline | |
fixedBeginner Beiträge 5 |
# Antwort: 6 - 09.10.2008 um 23:16 Uhr lol i just read ... lighthttpd don't read .htaccess file ... httpd.cfg needs to be edited ... i use hosting and i can't get to cfg file ... so please delete or lock topic ... Zuletzt editiert von fixed am 10.10.2008 um 02:26 Uhr (1x Editiert) |
|
Offline | |
Denni ![]() Moderator Herkunft: Ilsfeld Beiträge 1803 |
# Antwort: 7 - 10.10.2008 um 10:56 Uhr ok maybe you can contact your hoster to change it for you/close ------------------ Gruß Denni ClanSphere - Makes your website a playmate, just dress her |
|
Offline | |
Dieses Thema wurde von Denni geschlossen. | |
|
Antworten: 7
| |