• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

.htaccess not working

themoose

Sup, Recoil here.
NLC
I have this basic .htaccess file to test if it was working:
Code:
Options +FollowSymLinks
Options +Indexes
RewriteEngine on
RewriteRule ^alice.html$ bob.html

And yeah, it doesn't work. bob.html exits, but when I load alice.html it's a 404.

mod_rewrite Module is loaded (LoadModule) in httpd.conf

So I'm not really sure what could be wrong :(

edit: using webmin as control panel
 
Last edited:
I was testing if it works.. I'm fairly certain the .htaccess code itself isn't what's wrong. In theory, that should transparently redirect alice.html to bob.html. Now for some reason alice.html (non-existant page btw) displays:
Code:
Options +FollowSymLinks Options +Indexes RewriteEngine on RewriteBase /var/www/html/domain/ RewriteRule ^alice.html$ bob.html

So.. yeah I'm stumped
 
alice.html was me - sorry forgot to delete it :D

I've had a go to and can't for the life of me work out why it doesn't redirect, the module is loading and it should work.

It's not my best subject though but I know there are some around here that are ---- hot at it.
 
Back
Top