Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Options +MultiViews
Options +FollowSymLinks
AddType x-mapp-php5 .php
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.trevordavis\.net$ [NC]
RewriteRule ^(.*)$ http://trevordavis.net/$1 [R=301]
RewriteRule ^([A-Za-z0-9-]+).htm$ index.php?fa=$1 [L]
RewriteRule ^([A-Za-z0-9-]+)/$ index.php?fa=$1 [L], but it would not work, and I got a 404 page. I don't really understand why it is not working. I don't know if it something I am doing or something that my host is preventing. Any insight would be awesome. Thanks in advance.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?fa=$1 [L,QSA]
1 to 8 of 8