lekster/md_new/master/new/libraries/common/Restler/examples/_001_helloworld/.htaccess - Htaccess File

lekster/md_new/master/new/libraries/common/Restler/examples/_001_helloworld/.htaccess

#DirectoryIndex index.php
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^$ index.php [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /Restler/public/examples/_001_helloworld/index.php [QSA,L]
</IfModule>
<IfModule mod_php5.c>
    php_flag display_errors On
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache