Title: Permalink is Error
Last modified: August 19, 2016

---

# Permalink is Error

 *  [pcamateur](https://wordpress.org/support/users/pcamateur/)
 * (@pcamateur)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-is-error/)
 * When I configation the Permalink,I got a PHP Error Message
 *     ```
       PHP Error Message
   
       Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a8829597/public_html/wp-admin/options-permalink.php on line 110
       ```
   
 * I need some help,thanks!
 * sorry for my english

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

 *  [hilikus](https://wordpress.org/support/users/hilikus/)
 * (@hilikus)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-is-error/#post-1117263)
 * Permalink uses a module called called re-write to create the urls.
 * This needs access permissions to be able to create the urls, the warning message
   is telling you that you do not have access permissions.
 * You’d need to login to your server and add this to either the .htaccess file 
   or the apache2.conf either will do.
 * <Directory “/var/www”>
    AllowOverride All RewriteEngine on RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ 
   index.php?q=$1 [L,QSA] </Directory>
 * If it still doesn’t work make sure the rewrite module is enabled in the server.
 * hope this helps
 *  Thread Starter [pcamateur](https://wordpress.org/support/users/pcamateur/)
 * (@pcamateur)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-is-error/#post-1117266)
 * hilikus,thanks very much,I will try it!

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [pcamateur](https://wordpress.org/support/users/pcamateur/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-is-error/#post-1117266)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
