pMan/slashphp/master/public/.htaccess
RewriteEngine on RewriteBase /var/www/html/PhotoFrame # If the request is not a folder or a file, redirects to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php?url=%{REQUEST_URI} [L]
Files
