Blame view

src/DDSERVICES/HAPI/.htaccess 222 Bytes
99a4a488   Elena.Budnik   HAPI services draft
1
2
3
4
5
6
7
8
Options -MultiViews +FollowSymLinks
RewriteEngine on

RewriteBase /~budnik/hapi/
#remove the need for .php extention 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME}\.php -f 
RewriteRule ^(.*)$ $1.php