Jump to content

Mod_rewrite on Fedora 13


Recommended Posts

Posted

I just set up my new server (Apache) and thought I installed mod_rewrite and it does show as being loaded as a module, however no rewrite works.
Does anyone else here have fedora 13 and may have an idea on what needs to be done in order to get mod_rewrite up and running?

I have no control panel, I am doing everything 100% through ssh.

Posted


mod_rewrite Fedora 13

How to configure mod_rewrite on Fedora 13


   1. Open the Apache configuration file

      gedit /etc/httpd/conf/httpd.conf

   2. Change AllowOveride None to AllowOveride All inside the DocumentRoot Directory Directive, normally <Directory "/var/www/html">

   3. Save and close the file

   4. Restart the Apache service

      service httpd restart




found this on google
http://dev.antoinesolutions.com/free-open-source-php-ide-fedora-13/lamp-fedora-13/apache-fedora-13/mod_rewrite-fedora-13

Posted

Okay, thanks for the link. Its helped me out with figuring that out. I repped you for providing help information.
I was stuck on what else needed to be done.

The site/forum is a lot faster now that I went off a preconfigured server.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...