Kevin
Kevin

Reputation: 928

Enabling mod_rewrite ubuntu

I'd like to enable the mod_rewrite function on my webserver. Im using apache, according some sources on the internet the options should be in my httpd.conf file, but trust me I simply don't have that file. Can someone explain me how to enable mod-rewrite?

These are the files i've got: enter image description here

Upvotes: 0

Views: 144

Answers (1)

Frederic Henri
Frederic Henri

Reputation: 53713

httpd.conf is the conf file on RHEL distro (Fedora, centos, oracle linux ...)

in your case you can update the apache2.conf

Upvotes: 1

Related Questions