
I was just wondering, is it possible to change the friendly url extension to something else? like.. lets say .jsp .cfm or .asp
I know it sounds a little silly but it would sort of match the urls of my site

Thanks, #Davey
Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Fri Feb 15, 2008 12:38 am
|
|
|
Member
Registered: Feb 2008
Posts: 6
Location: Bristol, UK
|
Hey guys
![]() I was just wondering, is it possible to change the friendly url extension to something else? like.. lets say .jsp .cfm or .asp I know it sounds a little silly but it would sort of match the urls of my site ![]() Thanks, #Davey |
|
#2 Fri Feb 15, 2008 2:30 am
|
|
Moderator
![]() Registered: Oct 2005
Posts: 425
Location: canada
|
You would want to edit the .htaccess file and replace all html instances with the extension of your choice. Haven't tested it but should work.
_______________ |
|
#3 Fri Feb 15, 2008 3:23 am
|
|
|
Member
Registered: Feb 2008
Posts: 6
Location: Bristol, UK
|
Thanks for the tip Gaia, I have done so but all the links are still showing the .html extension...
I also also checked in functions.php & config.php to see if the extesion is changable but im having no luck. |
|
#4 Fri Feb 15, 2008 11:02 am
|
|
|
Developer
Registered: Apr 2004
Posts: 2180
Location: Belgium
|
See make_url() in sources/functions.php.
$url .= ( $filename == 'rss' ) ? '.xml' : '.html'; _______________ |
|
#5 Fri Feb 15, 2008 1:43 pm
|
|
|
Member
Registered: Feb 2008
Posts: 6
Location: Bristol, UK
|
Hey Dietrich, Thanks for pointing that out
![]() I had a feeling that was for the RSS Feed but seems not, Thankyou! |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software