How do i get articles link look like example:
http://www.mypage.com/articles/this-is-my-title
instead of http://www.mypage.com/articles/1193592372.php
thank you a lot in advance!
Moderators: Spunkmeyer, Dale Ray, SrNupsen, Bluetooth, Jackanape
DefaultType application/x-httpd-php
SrNupsen wrote:1. Create a file in your /articles directory named .htaccess and put the following in it:
- Code: Select all
DefaultType application/x-httpd-php
This will make all unknown filetypes to be considered as php files.
2. To make sure two news item never have identical names, you'd have to use a unique identifier as path of your build path. The only unique ones are <Field: newsid> and <Field: newstime>
http://www.mypage.com/articles/this-is-my-title._
i guessSrNupsen wrote:Ah, good point. I really don't know how to change the default extension in Coranto without messing around inside the script itself.
Could you live with using another extension instead of nothing? Like
- Code: Select all
http://www.mypage.com/articles/this-is-my-title._
for example?
Return to Addon Release and Support
Users browsing this forum: No registered users and 1 guest