Title: WordPress 3.8.1 &#8211; Permalink Troubles
Last modified: August 21, 2016

---

# WordPress 3.8.1 – Permalink Troubles

 *  [lwunder145](https://wordpress.org/support/users/lwunder145/)
 * (@lwunder145)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/wordpress-381-permalink-troubles/)
 * Hello there!
 * I’ve been trying to figure out how to get “pretty links” to work on my local 
   development machine. I am using Apache 2.4.7 (x64) with PHP configured through
   mod_fastcgi 2.3.9 (also x64); all built for Windows machines.
 * I have direct access to all of Apache’s server configuration files. I use VirtualHosts,
   along with hacks to my hosts file ( to fake DNS registrations on my machine )
   to work with multiple sites at the same time. Below is the current configuration
   for my particular WordPress Installation.
 * [ Excrept ]…
    ` <VirtualHost 127.0.0.1:80> ServerAdmin webmaster@wordpress.test
   DocumentRoot "C:/rel/httpd/docs/wordpress.test" ServerName wordpress.test ServerAlias
   www.wordpress.test ErrorLog "logs/wordpress.test-error.log" CustomLog "logs/wordpress.
   test-access.log" common
 *  <Directory "C:/rel/httpd/docs/wordpress.test">
    Options FollowSymLinks AllowOverride
   All Require all granted </Directory>
 *  <IfModule dir_module>
    DirectoryIndex index.php </IfModule>
 * </VirtualHost>
 * The .htaccess file WordPress generates is writable; here is it’s current configuration:
 * `
    # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / 
   RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond%{
   REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 * If you need any additional information; let me know! I’ve been going crazy over
   how to set this up correctly!

The topic ‘WordPress 3.8.1 – Permalink Troubles’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [lwunder145](https://wordpress.org/support/users/lwunder145/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/wordpress-381-permalink-troubles/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
