S
S
Sergey Valitov2016-02-07 20:15:55
htaccess
Sergey Valitov, 2016-02-07 20:15:55

How to exclude my url from htaccess rules?

Hello! Guys, I need the page with my address - site.ru/orders not to be processed by htaccess. WordPress has this rule:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

And it turns out that he chews all GET parameters into the form /param1/param2, and I need him to chew these parameters normally so that there is an address bar like site.ru/order/?page=3&count=24, for example. How can I rewrite htaccess?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question