.htaccess

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

.htaccess

Post by s.dot »

My .htaccess file isn't being recognized by Apache.

I believe it's because I don't have the correct Apache modules loaded.

I have mod_auth and mod_rewrite uncommented and restarted Apache but it doesn't seem to be working.

This is what I need to do

Code: Select all

Options -Indexes

RewriteEngine On

RewriteRule whatever whatever
Do I need to have any additional modules loaded? Or anything else configured?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply