trung8356621/find_backlink/master/.htaccess - Htaccess File

trung8356621/find_backlink/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /check-link-web/trunk

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)$ index.php/$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache