Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

web.config u .htaccess - Pomoc

elitemadzone.org :: MadZone :: web.config u .htaccess - Pomoc

[ Pregleda: 4342 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

adaxx
Beograd

Član broj: 214567
Poruke: 68
*.dynamic.isp.telekom.rs.



Profil

icon web.config u .htaccess - Pomoc30.10.2016. u 07:25 - pre 90 meseci
Treba mi pomoc pretvaranja/convert web.config u htaccess. Nisam bas iskusan sa pravilima servera, uglavnom radim dizajn.
Moze li neko da mi pretvori ovaj KOD ispod u htaccess ?

Hvala

Code:
<system.webServer>
<rewrite>
<rules>
<rule name="RewriteRules" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
</conditions>
<action type="Rewrite" url="/index.html" />
</rule>
</rules>
</rewrite>
</system.webServer>
 
Odgovor na temu

elitemadzone.org :: MadZone :: web.config u .htaccess - Pomoc

[ Pregleda: 4342 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.