A client's website is on a windows host and the pretty url's are showing up as ;http://www.domainname.com/index.php/page-name
how do I remove the index.php part?
Any ideas?
Pretty URL's on windows host
Pretty URL's on windows host
Last edited by Dr.CSS on Mon Dec 30, 2013 8:12 pm, edited 1 time in total.
Reason: Please use double quotes or something on fake links so they aren't clickable...
Reason: Please use double quotes or something on fake links so they aren't clickable...
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Pretty URL's on windows host
Generally, the answer is 'you can't'
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Pretty URL's on windows host
Are they using Apache or Windows IIS to serve their pages (WAMP or LAMP)?
If using Apache, the .htaccess documentation inside of the /doc/ directory of the CMSMS install should give the information needed (htaccess.txt). Be sure your config.php is using 'mod_rewrite' for pretty URLs.
If you are using Windows IIS 7.5 + it is supposed to come bundled with the Windows version of sef rewriting. If you are using something older, you'll need to add in ISAPI_Rewrite, or something similar to that. But, in both cases, it takes some tweaking the Windows IIS rewrite utilities to meet your needs.
If using Apache, the .htaccess documentation inside of the /doc/ directory of the CMSMS install should give the information needed (htaccess.txt). Be sure your config.php is using 'mod_rewrite' for pretty URLs.
If you are using Windows IIS 7.5 + it is supposed to come bundled with the Windows version of sef rewriting. If you are using something older, you'll need to add in ISAPI_Rewrite, or something similar to that. But, in both cases, it takes some tweaking the Windows IIS rewrite utilities to meet your needs.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--