FAQ |
Kalender |
![]() |
#1 | |||
|
||||
Mycket flitig postare
|
Hej alla!
Har också lite problem med .htaccess och har gått igenom diverse sidor och försökt förstå mig på vad det är som går fel eller hur jag kan rätta till det. Min kod är: Kod:
Options All -Indexes Options +FollowSymlinks DirectoryIndex index.php ErrorDocument 404 /404.php RewriteEngine on RewriteBase / RewriteRule ^([a-zA-Z0-9]+)$ example.php?id=$1 [L] Externa filer som t.ex. stylesheet måste länkas till med "/stylesheet.css" istället för den vanliga sökvängen utan slash ("stylesheet.css"). Är min rewrite felaktig eller behövs det något mer för att få allt annat att fungera normalt? Hoppas någon förstår ![]() Mvh, Kim |
|||
![]() |
![]() |
![]() |
#2 | ||
|
|||
Mycket flitig postare
|
Det här borde fungera:
Kod:
Options All -Indexes Options +FollowSymlinks DirectoryIndex index.php ErrorDocument 404 /404.php RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z0-9]+)$ example.php?id=$1 [L] |
||
![]() |
![]() |
![]() |
#3 | |||
|
||||
Mycket flitig postare
|
foks, tack så jättemycket! Du har rättat min dag!
![]() |
|||
![]() |
![]() |
Svara |
|
|