.htaccess RewriteRules are being ignored
I am using .htaccess RewriteRules to simplify website URLs. For example,
RewriteRule ^/business/$ http://khahn.webfeetcreations.com/business/FinancialStatements.html [NC,L]
The rules are being ignored, resulting in an Error 404. Does anybody see why this should not work?
RewriteRule ^/business/$ http://khahn.webfeetcreations.com/business/FinancialStatements.html [NC,L]
The rules are being ignored, resulting in an Error 404. Does anybody see why this should not work?