26-02-2012, 21:20
Witam ponownie
To juz bedzie drugi post - niedlugo chyba zaczne sie interesowac html
Otoz nastepnym problemem ktory mam jest wymuszenie http w htaccess na wszystkich podstronach na mojej stronie.
Aktualnie zawartosc mojego htaccess jest nastepujaca:
Gdzie i jaka regule dodac aby wymusic na wszystkich podstronach/katalogach HTTP a wylaczyc HTTPS
Potrzebuje burzy mozgow panowie
Kazda propozycje bede sprawdzal 

To juz bedzie drugi post - niedlugo chyba zaczne sie interesowac html

Otoz nastepnym problemem ktory mam jest wymuszenie http w htaccess na wszystkich podstronach na mojej stronie.
Aktualnie zawartosc mojego htaccess jest nastepujaca:
Cytat:RewriteEngine On
RewriteRule ^login.html$ index.php?cmd=login [L]
RewriteRule ^logout.html$ index.php?cmd=login&logout=yes [L]
RewriteRule ^register.html$ index.php?cmd=register [L]
RewriteRule ^add_new.html$ index.php?cmd=add_new [L]
RewriteRule ^edit_profile.html$ index.php?cmd=edit_profile [L]
RewriteRule ^my_notice.html$ index.php?cmd=my_notice [QSA]
RewriteRule ^contact.html$ index.php?cmd=contact [L]
RewriteRule ^search.html$ index.php?cmd=search [QSA]
RewriteRule ^lostpassword.html$ index.php?cmd=lostpassword [QSA]
RewriteRule ^premium.html$ index.php?cmd=premium [QSA]
RewriteRule ^schowek.html$ index.php?cmd=schowek [QSA]
RewriteRule ^news.html$ index.php?cmd=news [QSA]
RewriteRule ^activ_acount,(.*).html$ index.php?cmd=activ_acount&code=$1 [L]
RewriteRule ^print_([0-9]+).html$ templates/print.php?id=$1 [L]
RewriteRule ^(.+)/([0-9]+)$ index.php?cmd=pages&id=$2&title=$1 [L]
RewriteRule ^(.+)_([0-9]+).html$ index.php?cmd=view_notice&name=$2 [QSA]
RewriteRule ^_(.+)/(.+)/(.+)/(.+)/$ index.php?cmd=view&name1=$1&name2=$2&name3=$3&name4=$4 [QSA]
RewriteRule ^_(.+)/(.+)/(.+)/$ index.php?cmd=view&name1=$1&name2=$2&name3=$3 [QSA]
RewriteRule ^_(.+)/(.+)/$ index.php?cmd=view&name1=$1&name2=$2 [QSA]
RewriteRule ^_(.+)/$ index.php?cmd=view_cat&name=$1
Gdzie i jaka regule dodac aby wymusic na wszystkich podstronach/katalogach HTTP a wylaczyc HTTPS
Potrzebuje burzy mozgow panowie

