Jump to content
  • 0

Htaccess - pytanie


Marketer

Question

Witam,
Totalnie nie orientuję się w regułach .htaccess (pomijając kilka najprostszych z nich)  i szczerze to nie chciałbym się w tę tematykę na obecną chwilę zagłębiać.
Ostatni "coś" zmodyfikowało ten plik. Chciałem z Wami skonsultować kilka linijek:
 

RewriteRule ^j(\d+)[-/].*[-/]i(\d+)-.*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^j(\d+)[-/]i(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^i(\d+)[-/].*[-/]j(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^i(\d+)[-/]j(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]i(\d+)[-/]j(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]i(\d+)[-/].*[-/]j(\d+)[-/].*$ index\.php?id=$2-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]j(\d+)[-/].*[-/]i(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]j(\d+)[-/]i(\d+)[-/].*$ index\.php?id=$1-$2&%{QUERY_STRING} [L]

Czy według Was to "nic istotnego", czy może są to jakieś podejrzane zapisy? Mniej więcej starałem się to rozkminić samodzielnie, ale wolę się upewnić.

Z góry dziękuję i pozdrawiam :)

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...