A
A
Alexander Ivanov2016-07-27 16:41:11
htaccess
Alexander Ivanov, 2016-07-27 16:41:11

How to deal with cnc on .htaccess?

Learning to work with .htaccess
How to make the link test.ru/question/?=23 Look like
test.ru/question/23

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^name_katalog/([0-9]+)/$ ?=$1
</IfModule>

Ориентировался здесь:
http://ruseller.com/lessons.php?id=309

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