Atšķirības starp "Turn on mod rewrite module/en" versijām

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt
(Jauna lapa: = '''How to turn on mod_rewrite module?''' =)
(Jauna lapa: Many apps offers the ability to use the rewrite conditions in the .htaccess file..)
 
(3 starpversijas, ko mainījis viens dalībnieks, nav parādītas)
4. rindiņa: 4. rindiņa:
 
= '''How to turn on mod_rewrite module?''' =
 
= '''How to turn on mod_rewrite module?''' =
  
Lai ieslēgtu '''mod_rewrite''', mapē, kurā vēlaties, lai šie pārrakstīšanas nosacījumi darbotos, ir jāizveido teksta datne ar nosaukumu '''.htaccess'''.
+
In order to turn on '''mod_rewrite''', you must create a text file named '''.htaccess'''. in the folder in which you want these rewriting conditions to work.
  
Pirmajai .htaccess rindai ir jābūt šādai:
+
The first .htaccess row must contain the following:
 
   RewriteEngine ON
 
   RewriteEngine ON
Tagad Jūs varat veidot savus pārrakstīšanas nosacījumus.
+
Now you can create your own rewriting conditions.
  
Daudzas lietotnes piedāvā iespēju izmantot pārrakstīšanas nosacījumus, kas atrodas .htaccess datnē.
+
Many apps offers the ability to use the rewrite conditions in the .htaccess file..
 
[[Category:CloudHosting]]
 
[[Category:CloudHosting]]

Pašreizējā versija, 2016. gada 21. novembris, plkst. 15.39

Citas valodas:
English • ‎eesti • ‎lietuvių • ‎latviešu • ‎русский


How to turn on mod_rewrite module?

In order to turn on mod_rewrite, you must create a text file named .htaccess. in the folder in which you want these rewriting conditions to work.

The first .htaccess row must contain the following:

 RewriteEngine ON

Now you can create your own rewriting conditions.

Many apps offers the ability to use the rewrite conditions in the .htaccess file..