Apache error:

Forbidden
You don't have permission to access /<form+action="/admin/path/add"++method="post"+id="path_form"> <div><div+class="form-item"> +<label+for="edit-src">Existing+system+path:+</label> +<input+type="text"+maxlength="64"+name="edit[src]"+id="edit-src"++size="60"+value=""+class="form-text+error"+/> +<div+class="description">Specify+the+existing+path+you+wish+to+alias.+For+example:+node/28,+forum/1,+taxonomy/term/1+2.</div> </div> <div+class="form-item"> +<input+type="text"+maxlength="64"+name="edit[dst]"+id="edit-dst"++size="60"+value=""+class="form-text+error"+/> +<div+class="description">Specify+an+alternative+path+by+which+this+data+can+be+accessed.++For+example,+type+"about"+when+writing+an+about+page.++Use+a+relative+path+and+don't+add+a+trailing+slash+or+the+URL+alias+won't+work.</div> </div> <input+type="submit"+name="op"+value="Create+new+alias"++class="form-submit"+/> <input+type="hidden"+name="edit[form_id]"+id="edit-path-form"+value="path_form"++/> </div></form> on this server.

CommentFileSizeAuthor
path forbidden 4.7.3.patch.txt1.23 KBdoq

Comments

drumm’s picture

Status: Needs review » Needs work

Can you provide a more detailed description?

doq’s picture

Status: Needs work » Needs review
  • goto 'admin/path'
  • click 'add new path'
  • leave textfields empty & hit submit button
  • & you'll see apache error

P.S. try MSIE 6.

drumm’s picture

Killes: This is not a problem in HEAD.

killes@www.drop.org’s picture

code looks good, can somebody test this?

ednique’s picture

My problem is similar...

After submitting a blank url-alias
I get rtedirected to the home page
on the home page (/node for me), the error messages are shown...

killes@www.drop.org’s picture

Status: Needs review » Closed (won't fix)

* The system path is invalid.
* The alias is invalid.

That's what I get.

killes@www.drop.org’s picture

Priority: Critical » Normal
Status: Closed (won't fix) » Needs review

ok, there is an issue here, the redirect goes to the wrong url.

killes@www.drop.org’s picture

Status: Needs review » Fixed

tested and applied

Anonymous’s picture

Status: Fixed » Closed (fixed)