Autor Zpráva
hladis
Profil
Prosím poraďte. V htaccess mám:
RewriteEngine on
RewriteRule ^([^.]+)$ $1.php [QSA,L]
.
A když dám místo http://fasteml.tym.cz/kontakt.php http://fasteml.tym.cz/kontakt tak se mi vyhodí moje 404 chybu. Nevíte co s tím? Díky za každou odpověď.
teskam
Profil *
není ten regulár nějakej vadnej? zkus místo něj použít ^(.*[^.])$ $1.php [QSA,L]
trefuju do boku :)
hladis
Profil
teskam

Píše mi to:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
teskam
Profil *
aha, tak tim se to akoraz zacyklilo :) zkus tedy tohle: ^(.[^.]*)$ $1.php [QSA,L]
hladis
Profil
teskam

chyba soubor nenalezen
Kajman_
Profil *
http://latrine.dgx.cz/hadanka-znate-mod_rewrite
hladis
Profil
Kajman_

Prosím co mám na tom kódu blbě?

RewriteEngine On

RewriteCond %{REQUEST_URI} !\.[[:alnum:]]+$
RewriteRule ^(.+[^/])$ /$1 [R=301]
RewriteRule ^([^/]+)/([[:alnum:]])+/$ %{DOCUMENT_ROOT}/$1.php [L,QSA]

RewriteCond %{REQUEST_URI} \.php$
RewriteRule ^(.+[^/])\.php$ /$1 [R=301]
RewriteRule ^([^/]+)/([[:alnum:]])+\.php$ %{DOCUMENT_ROOT}/$1.php [L,QSA]
Kajman_
Profil *
Asi nemáte povolený na serveru rewrite v .htaccess.
hladis
Profil
Kajman_

Na serveru ic.cz to je povolené?

Vaše odpověď

Mohlo by se hodit


Prosím používejte diakritiku a interpunkci.

Ochrana proti spamu. Napište prosím číslo dvě-sta čtyřicet-sedm:

0