Kod
RewriteEngine On
RewriteRule home.html?$ index.php?path=kategorie/11
RewriteRule sluby-i-wesela.html?$ index.php?path=kategorie/12
RewriteRule fotografia-i-film.html?$ index.php?path=kategorie/13
RewriteRule imprezy-okolicznosciowe.html?$ index.php?path=kategorie/14
RewriteRule dla-dzieci.html?$ index.php?path=kategorie/15
RewriteRule kontakt.html?$ index.php?path=kategorie/16
RewriteRule Kompleksowa-organizacja-slubow-i-wesel.html?$ index.php?path=informacje/3
RewriteRule ^([^\.=]*)(/([^\.]*))?.html?$ index.php?path=$1&$3 [L]
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^([^=]*)(/([^\.]*))?.html$ index.php?path=$1&$3 [L]
RewriteRule home.html?$ index.php?path=kategorie/11
RewriteRule sluby-i-wesela.html?$ index.php?path=kategorie/12
RewriteRule fotografia-i-film.html?$ index.php?path=kategorie/13
RewriteRule imprezy-okolicznosciowe.html?$ index.php?path=kategorie/14
RewriteRule dla-dzieci.html?$ index.php?path=kategorie/15
RewriteRule kontakt.html?$ index.php?path=kategorie/16
RewriteRule Kompleksowa-organizacja-slubow-i-wesel.html?$ index.php?path=informacje/3
RewriteRule ^([^\.=]*)(/([^\.]*))?.html?$ index.php?path=$1&$3 [L]
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^([^=]*)(/([^\.]*))?.html$ index.php?path=$1&$3 [L]
pierwsze linki wpisy działają ok, natomiast już metoda z wyrażeniami regulanymi nie dziala(nie zawsze).
np jeśli wpiszę: www.domena.pl/admin/test.html to się wywala i próbuje wrzucić home.html
natomiast: www.domena.pl/admin/logowanie.html, działa mi dobrze. Totalnie już nie wiem o co chodzi ....
z góry dziękuje za pomoc