Title: Permalink Structure Breaks Video
Last modified: August 18, 2016

---

# Permalink Structure Breaks Video

 *  Resolved [lista](https://wordpress.org/support/users/lista/)
 * (@lista)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/permalink-structure-breaks-video/)
 * Hi,
 * at the following blog:
 * [http://masterbluesguitar.com/](http://masterbluesguitar.com/)
 * if I change the permalink structure, the video stops to show up in a single post
   view, but remains active in the index page. This really puzzles me, any help 
   would be appreciated.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/permalink-structure-breaks-video/#post-480611)
 * It’s the use of relative paths that’s causing the problem:
 * `<script type="text/javascript" src="lesson3.js"></script>`
 * If you’re going to use relative paths, at the very least let the browser know
   the file is located in the root directory of your site:
 * `<script type="text/javascript" src="/lesson3.js"></script>`
 * Note the addition of the initial slash before the filename (which is web ‘src’
   lingo means “look for the file at the root of the current site”).
 *  Thread Starter [lista](https://wordpress.org/support/users/lista/)
 * (@lista)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/permalink-structure-breaks-video/#post-480734)
 * Thank you for you answer, but it doesn’t do the trick, nor does the use of the
   absolute path. Again, when viewing a single post, the video does not show up.
 * Maybe one more suggestion? 🙂
 *  Thread Starter [lista](https://wordpress.org/support/users/lista/)
 * (@lista)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/permalink-structure-breaks-video/#post-480735)
 * Like I’ve said – thank you!
    It does work, it was my fault I didn’t get it going
   the first time.
 * You can close the topic.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Permalink Structure Breaks Video’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [lista](https://wordpress.org/support/users/lista/)
 * Last activity: [19 years, 4 months ago](https://wordpress.org/support/topic/permalink-structure-breaks-video/#post-480735)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
