Bluetrait

Loading
search


Posts:
Comments:

Popular posts

Click here if you are looking for Bluetrait, the weblog software.

Login:

Username:

Password:

ucosty on wordpress

Posted by Michael Dale on Mon, 25 Oct 2004 3:58 PM

Just thought I'd send him his first trackback ;)

Welcome to Wordpress ucosty.

Check it out:
http://www.ucosty.net/

On Mon, 25 Oct 2004 at 4:09 PM, ucosty wrote:

how does one go about making mod_rewrite actually work? I have the module installed and running, as well as the appropriate stuff in the .htaccess file but still no luck.


On Mon, 25 Oct 2004 at 4:14 PM, Michael Dale wrote:

First make sure you have
LoadModule rewrite_module modules/mod_rewrite.so in your httpd.conf file.
Also AllowOverride needs to be set to All (there are two instances in the httpd file).

The default compile of apache doesn't come with this module so you may need to recompile apache. I'd recommend:
./configure --enable-mods-shared=most
That will give you most stuff. Although fedora may have the module.


On Mon, 25 Oct 2004 at 4:18 PM, ucosty wrote:

Fedora has mod_rewrite.

w00t it... er semi-works
i've lost my stylesheets + stuff :/
hmm....


On Mon, 25 Oct 2004 at 4:23 PM, Michael Dale wrote:

you'll need to hard link the to style. So

/style.css not just style.css


On Mon, 25 Oct 2004 at 4:34 PM, ucosty wrote:

yeah already fixed that. tis all good :D