Quantcast
Channel: URL Rewrite Module
Viewing all articles
Browse latest Browse all 2482

Convert htaccess to web.config

$
0
0

Hi all, how can i convert this htaccess to web.config?

ErrorDocument 404 /index.php

DirectoryIndex index.php

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?/$1 [L,QSA]</IfModule><ifModule mod_headers.c>
   Header set Access-Control-Allow-Origin: http://globaltradearg.com</ifModule><IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php</IfModule>

Thank you in advance!


Viewing all articles
Browse latest Browse all 2482

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>