logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_rewrite on apache 2.0.55
Author
matt7405



Joined: 29 Mar 2007
Posts: 1

PostPosted: Thu 29 Mar '07 18:13    Post subject: mod_rewrite on apache 2.0.55 Reply with quote

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: 7306
Location: Germany, Next to Hamburg

PostPosted: Fri 30 Mar '07 9:30    Post subject: Reply with quote

there are good forums about rewriting

http://forum.modrewrite.com/ (english)

http://www.modrewrite.de/foren/ (german)
Back to top


Reply to topic   Topic: mod_rewrite on apache 2.0.55 View previous topic :: View next topic
Post new topic   Forum Index -> Apache