Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachment doesn't work with advanced sef #361

Closed
bettinz opened this issue Sep 11, 2016 · 2 comments
Closed

Attachment doesn't work with advanced sef #361

bettinz opened this issue Sep 11, 2016 · 2 comments

Comments

@bettinz
Copy link

bettinz commented Sep 11, 2016

Hello, I've a problem:

I've a category called news and a subcategory called breaking news.
I also have a menu item called news that show all news from subcategories (like breaking news).

With Advanced SEF and this settings:
URL Prefix for Category: none
use ID for article: no
use alias for article: yes
use category id: no
use category alias: yes

It works
But, If I set "URL Prefix for Category" to "article category", attachments return error 404
without advanced sef:
www.domain.tld/news/item/{id}-title.html
www.domain.tld/news/download/*hash*.html <- it works

with advanced sef but without category prefix
www.domain.tld/news/{id}-title.html
www.domain.tld/news/download/*hash*.html <- it works

with advanced sef and category prefix
www.domain.tld/news/sport/{id}-title.html
www.domain.tld/news/download/*hash*.html <- it doesn't work

if I manually wrote
http://www.domain.tld/news/sport/download/*hash*.html <- it works

Am I doing something wrong?

Thank you

@kricore
Copy link
Contributor

kricore commented Sep 15, 2016

Hello,
Is news a menu item or a category?

@bettinz
Copy link
Author

bettinz commented Sep 15, 2016

Hi,
It's a category and a menu item

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants