How to enable mod_rewrite on fedora 19
How to enable mod_rewrite on fedora 19?
mod rewrite is normally installed with apache installations in other to use it you must frite your rewrite rules normally on the .htaccess file under the web page folder like /var/www/html/.htaccess
inside .htaccess the content should look like
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
DirectoryIndex index.php index.html
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Asked: 2015-09-17 05:25:24 -0600
Seen: 1,443 times
Last updated: Sep 17 '15
How to set up WebDAV for a site?
403 Forbidden (tried everything)
what is the name for the apache mod-jk in dnf?
fc17 "service httpd configtest" not working
Installing the WordPress package without Apache
httpd.service fails to start. Not a FQDN issue.
Multiple Hosts on httpd-Apache in Fedora 18 not working
What could be preventing me from connecting to a local webserver?