Jump to content

.htaccess Word Press


gaza165

Recommended Posts

Hi guys,

 

My word press installation is currently in my directory

 

http://www.example.com/wordpress

 

Howevere when i try to access a post it sends me to

 

http://www.example.com/?p=3#comments

 

Is there anything I can do about this, I have set the appropriate target in the word press settings.

 

Can i make a rewrite rule to deal with this...if so can someone help me with the right expression to use to achieve it.

 

Thanks

 

Garry

Link to comment
Share on other sites

I got a wordpress within a subdirectory and this is how I handled it in htaccess

 

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>

# END WordPress

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.