Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_rewrite on apache 2.0.55 |
|
Author |
|
matt7405
Joined: 29 Mar 2007 Posts: 1
|
Posted: Thu 29 Mar '07 18:13 Post subject: mod_rewrite on apache 2.0.55 |
|
|
Hi all.
I am horribly puzzled as to why this is not working. Im working on a Linux Ubunku server. The following is in my .htaccess in my root.
Code: | Options -Indexes SymLinksIfOwnerMatch ExecCGI
RewriteEngine on
RewriteBase /
RewriteRule ^oldstuff\.php$ /init.php |
Every time I try to access oldstuff.php I get a 404. The error log says this:
Quote: | File does not exist: /home/i/n/init.php |
The actual path to init.php is
Quote: | /home/p/i/pinbadge/public_html/init.php |
Ummmm help? lol. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|