Htaccess File

lekster/md_new/master/libraries/common/Restler/examples/_008_documentation/.htaccess

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