Title: Incorrect url path
Last modified: August 20, 2016

---

# Incorrect url path

 *  Resolved [OK3n](https://wordpress.org/support/users/ok3n/)
 * (@ok3n)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/incorrect-url-path/)
 * Hey there,
 * **Website:** zanzibarkiteparadise.com/faq
 * **Issue: **all the ./ paths are incorrectly generated. The path for an image 
   is actually zanzibarkiteparadise.com/**faq/wp-content/image.jpg**
    and I want
   to to be zanzibarkiteparadise.com_/wp-content/image.jpg_
 * Same error in every page.
 * My .htaccess looks like this:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 * and in my permalink tab in administration section:
 * `/%postname%/`
 * Thanks in advance for the guy who gets the error, one free kitesurfing lesson
   for you mate.
 * Best,

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

 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/incorrect-url-path/#post-2895304)
 * Are you using relative URLs? Those can give you trouble in some circumstances.
 *  Thread Starter [OK3n](https://wordpress.org/support/users/ok3n/)
 * (@ok3n)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/incorrect-url-path/#post-2895305)
 * after some research on relative URLs, it seems that yes, this might be the problem!
   Let me correct the paths and get back to you.
 * Thanks for your answer s_ha_dum
 *  Thread Starter [OK3n](https://wordpress.org/support/users/ok3n/)
 * (@ok3n)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/incorrect-url-path/#post-2895346)
 * After replacing all the urls from ./ to /, it worked.
 * Thanks a lot!

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

The topic ‘Incorrect url path’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [OK3n](https://wordpress.org/support/users/ok3n/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/incorrect-url-path/#post-2895346)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
