Przekierowanie sitmap na skrypt php
RewriteRule ^(xml/_site_(kategorie|towary)_sklep([1-3]{0,1})?\.(xml|gz))$ sitemap.php?name=$1 [L]
Przekierowanie sitmap na skrypt php
RewriteRule ^(xml/_site_(kategorie|towary)_sklep([1-3]{0,1})?\.(xml|gz))$ sitemap.php?name=$1 [L]
Problem z prwidłowym działaniem przy edycji danych pojawia się przy dodaniu do .htaccess reguly np.:
RewriteRule ^(.*)\/(.*).html$ web/show.php?nazwa_url=$2
Do reguly dopasowuje się url:
../edytor/editor/fckeditor.html?InstanceName=opis&Toolbar=Default
wykorzystywany przez FCKeditor w iframe
<iframe id="opis___Frame" src="../edytor/editor/fckeditor.html?InstanceName=opis&Toolbar=Default" mce_src="../edytor/editor/fckeditor.html?InstanceName=opis&Toolbar=Default" width="570px" height="500px" frameborder="0" scrolling="no"></iframe>
i nie ładuje się właściwy html, tylko główna strona serwisu.
Dodanie do .htaccess reguly
RewriteCond %{REQUEST_URI} !edytor/editor
przed
RewriteRule ^(.*)\/(.*).html$ web/show.php?nazwa_url=$2
przywraca prawidłowe dziłanie.
RewriteCond %{QUERY_STRING} ^name4\=(.*)
RewriteRule ^m\-(.*)\-(.*)\-(.*).html$ index2.php?t=miasto&name=$1&name2=$2&name3=$3&name4=%1 [L]
RewriteRule ^panel/test1.php /panel/test2.php [R=301]
RewriteRule ^panel/test2.php /panel/test3.php [R=302]
RewriteRule ^panel/test3.php /panel/test4.php [R=301]
RewriteRule ^panel/test4.php /panel/test5.php [R=302]
RewriteRule ^panel/test5.php /panel/test6.php [R=301]
przydatne do testów
plik test6.php:
<? sleep(20); ?>
OK
RewriteRule ^(.*),(.*).html$ /index.php?uid=$2&element=strona [L]
RewriteCond %{REQUEST_FILENAME} !(images|css|js)
RewriteCond %{REQUEST_FILENAME} !admin
RewriteCond %{REQUEST_FILENAME} !index.php
RewriteRule ^(.*)$ /index.php?uid=$1&element=kategoria [L]
Przykładowe url:
http://www.wolakorybutowa.pl/opis
http://www.wolakorybutowa.pl/opis,zabytki.html