flasherr Posted January 3, 2012 Report Share Posted January 3, 2012 (edited) čau un laimīgo jauno! ir adrese.lv, kurai ir savs htaccess un viss strādā ir folders, piem. tests vajag - adrese.lv/tests/kautkads-nosaukums atvērtos kā adrese.lv/tests/?q=kautkads-nosaukums tiku līdz RewriteCond %{REQUEST_URI} ^/tests/ RewriteRule ^(.*)$ http://www.adrese.lv/tests/?q=$1 [L] pie šī varianta tests tiek redirektēts uz tests, bezgalīgi un browseriem tas nepatīk ja tekstā adrese.lv/tests/ 'tests' nomainu uz citu, tad iet mēģināju RewriteBase likt, nesanāca kā darīt pareizi? Edited January 3, 2012 by flasherr Quote Link to post Share on other sites
Kemito Posted January 3, 2012 Report Share Posted January 3, 2012 Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?page=$1 [L,QSA] $explode = explode("/", $_GET['page']); $explode[0] = "action"; $explode[1] = "param1"; $explode[2] = "param2" Quote Link to post Share on other sites
flasherr Posted January 3, 2012 Author Report Share Posted January 3, 2012 liels paldies! pieliku vēl to rewrite base /tests/ un sanāca Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.