Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-20-2012, 07:55 AM   PM User | #1
jscustoms
New to the CF scene

 
Join Date: Jan 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jscustoms is an unknown quantity at this point
Strange permalinks error

Hi, Im hoping someone here can help me with my problem.

My website is made in wordpress, and is running a template with some ajax functions. These ajax functions aren't working properly. I found out its in the permalinks. Did some research, and found out my hosting is iss based, so i had to change my web.config to get the permalinks working.
But that didn't do the trick. I have 2 issues:

- Going to http://joeysmit.nl gives an error (Found out its placing the url with www. behind the normal url..)
-Going to http://www.joeysmit.nl gives no error, but the read more (lees meer) function does not work. It starts loading, and returns to the homepage instead of the post.

Can someone help me fix this?


Code:
<?xml version="1.0"?> 

<configuration> 
<system.webServer>
<rewrite >
<rules >
<rule name="Main Rule" stopProcessing="true" >
<match url=".*" />
<conditions logicalGrouping="MatchAll" >
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" / >
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" / >< /conditions>

</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
jscustoms is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:22 AM.


Advertisement
Log in to turn off these ads.