# Uncomment to enable the PATH_INFO variable on servers where it's
# disabled by default. Required for Friendly URLs if not using mod_rewrite.
#AcceptPathInfo On

# Add phpFe to the list of directory indexes as a last resort.
DirectoryIndex index.php index.htm index.html /phpFe/phpFe.php

# Enable the mod_rewrite engine.
RewriteEngine On
RewriteBase /

# URLs starting with /f are redirected to phpFe.
RewriteRule ^f(/(.*))?$ /phpFe/phpFe.php?p=$2 [L,QSA]
