coreybutler / fenix

A simple and visual static web server with collaboration features.
https://preview.fenixwebserver.com
GNU General Public License v3.0
1.65k stars 135 forks source link

htaccess #126

Closed azadatarr closed 3 years ago

azadatarr commented 3 years ago

Hello I installed fenix 3.0 for macos.

However, I was using htaccess for the route before, I couldn't find how to do it for fenix.

Example of my htaccess usage;

Options +FollowSymLinks RewriteEngine On RewriteRule ^login$ login.html [L] RewriteRule ^dashboard$ index.html [L]

coreybutler commented 3 years ago

htaccess is not supported. That's primarily an Apache server concept, which blends web servers with a router.