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: Apache redirect after a symlink
Author
raikoug



Joined: 12 Feb 2016
Posts: 1
Location: Italy

PostPosted: Fri 12 Feb '16 13:22    Post subject: Apache redirect after a symlink Reply with quote

Hi,
I'm not expert with apache and maybe I did a thing int he wrong way and now doesn't work even in the normal one.
I have this:
/var/www/html/horde/kronolith
And I wanted to access kronotlith with
mydomain.com/calendar
Than I did a symlink.
ln -s /var/www/html/horde/kronolith /var/www/html/calendar
But when opening in browser:
mydomain.com/calendar
Apache redirect to
mydomain.com/login.php (that obviously does not exist in that location)
Than I deleted the symlink, but now, every time I write:
mydomain.com/horde or
mudomain.com/horde/kronolith
It goes to
mydomain.com/login.php
And doesn't work ("The requested URL /login.php was not found on this server.")

Thanks for help

Riccardo
Back to top


Reply to topic   Topic: Apache redirect after a symlink View previous topic :: View next topic
Post new topic   Forum Index -> Apache