Home Forum |
problem with .htaccess (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: problem with .htaccess
|
|
|
|
problem with .htaccess 3 Years ago
|
Karma: 0
|
|
Hi,
I´m using additional login via .htaccess for the backend of my Joomla! site.
When clicking on "Registration" (Menu Link to Events Component) in the frontend the login window appears and asks for a password.
Following link causes this:
/administrator/images/tick.png
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:problem with .htaccess 3 Years ago
|
Karma: 13
|
|
Hrm... yeah. Problem being: this image is in the administrator folder.
The only thing to work around this is to
1. disable the .htaccess authentication (not needed anyway, I think)
2. Copy the tick.png to another folder and change the url in the html file in question.
I could think about changing this in my code, but problem is: the tick.png only exists at this one location.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:problem with .htaccess 3 Years ago
|
Karma: 0
|
|
I copied it into /images - best place i think.<br><br>Post edited by: optimush, at: 2005/12/19 19:31
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|