# Permalink issue

**URL:** https://talk.jekyllrb.com/t/permalink-issue/625
**Category:** Help
**Created:** [June 8, 2017, 7:25am UTC](https://talk.jekyllrb.com/t/permalink-issue/625 "2017-06-08T07:25:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![harsha012](https://avatars.discourse-cdn.com/v4/letter/h/4bbf92/32.png) [@harsha012](https://talk.jekyllrb.com/u/harsha012)
#### Post date: [June 8, 2017, 7:25am UTC](https://talk.jekyllrb.com/t/permalink-issue/625/1 "2017-06-08T07:25:50Z")

</div>

Hi,

```
 I have created a page in Jekyll. and added a first permalink as mentioned below 

 1. http://test.com/blogs (not working. showing directory listing)
 2. http://test.com/blogs/blog1 (working)

  for the second link i have added the below line to generate the links
   
           defaults:
               -
                 scope:
                   path: "" # empty string for all files
                   type: posts # limit to posts
                 values:
                   is_post: true # automatically set is_post=true for all posts
                   permalink: "/blogs/:title"

```

which is working fine and for first link when i visit it is showing directory. is there any way that the first links should also work? i want the first URL to work.

please help.  
urgent required the solution.

Thank you,  
S.P.Sriharsha
