webForumDet fria alternativet

one.com .htaccess

2 svar · 3 186 visningar · startad av crisse6

crisse6Medlem sedan dec. 20002 526 inlägg
#1

Hej!

Har skapat en subdomän på ett one.com-konto, dvs skapat en mapp i roten.
Där i har jag en .htaccess fil som ser ut på följande sätt:

#php_value upload_tmp_dir /tmp
#php_value upload_max_filesize 128M 

RewriteEngine on
RewriteOptions MaxRedirects=10

# main site
RewriteCond %{REQUEST_URI} !^/css/
RewriteCond %{REQUEST_URI} !^/images/
RewriteCond %{REQUEST_URI} !^/js/
RewriteCond %{REQUEST_URI} !^/flash/
RewriteCond %{REQUEST_URI} !^/echo.php

# redirect all others to engine.php
RewriteRule ^.*  /engine.php [L]

Går jag in på sidan då så får jag "Internal Server Error". Efter att tagit bit för bit i denna fil så är det "RewriteRule ^.* /engine.php [L]" som strular till det. Någon som har en idé vad som kan vara galet?

Cheers!

colioneMedlem sedan juni 20014 421 inlägg
#2
#php_value upload_tmp_dir /tmp
#php_value upload_max_filesize 128M 
RewriteEngine on
RewriteOptions MaxRedirects=10
RewriteBase /

# main site
RewriteCond %{REQUEST_URI} !^/css/
RewriteCond %{REQUEST_URI} !^/images/
RewriteCond %{REQUEST_URI} !^/js/
RewriteCond %{REQUEST_URI} !^/flash/
RewriteCond %{REQUEST_URI} !^/echo.php

# redirect all others to engine.php
RewriteRule ^.*  engine.php [L]
crisse6Medlem sedan dec. 20002 526 inlägg
#3

japp.

127 ms totalt · 3 externa anrop · v20260731065814-full.30151723
0 ms — hämta forumlista (cache)
0 ms — hämta statistik (cache)
124 ms — hämta tråd, inlägg och bilagor (db)