Problem with enabling PrettyURLs !

Permalink
Hi guys,
In Sitewide Settings, I have check marked "Enable Pretty URLs". And as per the instruction, I have copied the below mentioned code and created a ".htaccess" file in Notepad and pasted it. Then, uploaded to the root directory.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>


When hovering on the links in my site, it shows the 'pretty' URL. But upon clicking it, I'll get a "page not found" error.
-- "HTTP Error 404 - File or directory not found." --

I'm running my site on a Windows server that has both PHP and ASP enabled.

How can I solve this issue ?

Thanks.

 
madelyn replied on at Permalink Reply
madelyn
Do you have Apache Web Server, or IIS?

Madelyn :-)
akhileshbc replied on at Permalink Reply
I have IIS !
madelyn replied on at Permalink Reply
madelyn
Hello,

Pretty Urls instructions in the Dashboard are written for Apache Web Server,however there are alternatives for IIS, please see the following instructions:

IIS 7:
http://www.concrete5.org/documentation/how-tos/editors/enable-prett...

http://www.concrete5.org/community/forums/installation/pretty-urls-...

IIS 2003:
https://www.concrete5.org/documentation/installation/hosts/windows_s...

Madelyn :-)