Title: Permalink Problems
Last modified: August 19, 2016

---

# Permalink Problems

 *  [mc2w](https://wordpress.org/support/users/mc2w/)
 * (@mc2w)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/permalink-problems-5/)
 * Hi, a friend of mine setup a permalink structure where the posts are rewritten
   to look like php files.
 * `/%postname%-%post_id%.php`
 * However, the author links are changed to [http://opentray.com/author/Teh%20Blizz/](http://opentray.com/author/Teh%20Blizz/),
   which leads to a 404 error.
 * After trying to see where it would redirect me by going to [http://opentray.com/index?author=1](http://opentray.com/index?author=1),
   it didn’t, so I have reason to believe that WordPress has no support for permalinks
   that look like files, but yet still changes author links as if they were.

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

 *  [samvdw](https://wordpress.org/support/users/samvdw/)
 * (@samvdw)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/permalink-problems-5/#post-841738)
 * I have the same issue. Was there ever a resolution found with it?
 *  [victorbv](https://wordpress.org/support/users/victorbv/)
 * (@victorbv)
 * [17 years ago](https://wordpress.org/support/topic/permalink-problems-5/#post-841760)
 * I had the sama problem (wp 2.7.1 running on Windows) and solved by changing the
   file “wp-includes/author-template.php”. At line 422, where you read
 *     ```
       $link = get_option('home') . trailingslashit($link);
       ```
   
 * replace by
 *     ```
       $link = get_option('home') . $link;
       ```
   
 * Hope it helps.

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

The topic ‘Permalink Problems’ is closed to new replies.

## Tags

 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * In: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
 * 2 replies
 * 3 participants
 * Last reply from: [victorbv](https://wordpress.org/support/users/victorbv/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/permalink-problems-5/#post-841760)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
