User-friendly URL and its settings

<< Click to Display Table of Contents >>

Navigation:  Work With The Engine >

User-friendly URL and its settings

DataLife Engine uses user-friendly URL to display news. It allows to show the article title or any other text in the URL bar. Thereby indexing in search engines will be better that will bring more visitors to your website from search engines. User-friendly URL requires mod_rewrite module to be installed on your server. If your server does not support this, you can disable this feature. To do this, you need to be sure to remove .htaccess file from the root directory and disable this feature at the script installation. For correct operation of the user-friendly URL it is recommended to install the script in the root folder of the website.

 

If user-friendly URL is enabled, links have the following form

 

Full article

Using user-friendly URL. Depends on the user-friendly URL type set in the script settings

http://website.com/index.php?newsid=1234543 - without using user-friendly URL

 

Adding news to the website by your user

http://website.com/addnews.html - using user-friendly URL

http://website.com/index.php?do=addnews - without using user-friendly URL

 

User profile

http://website.com/user/имя пользователя/ - using user-friendly URL

http://website.com/index.php?subaction=userinfo&user= username - without using user-friendly URL

 

Registration on the website

http://website.com/index.php?do=register - without using user-friendly URL

 

Unread messages overview

http://website.com/newposts/ - using user-friendly URL

http://website.com/index.php?subaction=newposts - without using user-friendly URL

 

All news overview

http://website.com/lastnews/ - using user-friendly URL

http://website.com/index.php?do=lastnews - without using user-friendly URL

 

Display all news of a certain category

http://website.com/альтернативное имя категории/ - using user-friendly URL

http://website.com/index.php?do=cat&category=alternatename - without using user-friendly URL

 

Display all news of 2005

http://website.com/2005/ - using user-friendly URL

http://website.com/index.php?year=2005 - without using user-friendly URL

 

Display all news for a certain month

http://website.com/2005/12/ - using user-friendly URL

http://website.com/index.php?year=2005&month=04 - without using user-friendly URL

 

Display all news for a certain day

http://website.com/2005/12/01/ - using user-friendly URL

http://website.com/ index.php?year=2005&month=04&day=30 - without using user-friendly URL

 

Feedback with the website Administration and other users

http://website.com/index.php?do=feedback

 

Website catalog (sort by character code)

http://website.com/catalog/a/ - using user-friendly URL

http://website.com/index.php?catalog=а - without using user-friendly URL

 

Display tag cloud

http://website.com/tags/ - using user-friendly URL

http://website.com/index.php?do=tags - without using user-friendly URL

 

Website rules

http://website.com/rules.html - using user-friendly URL

http://website.com/index.php?do=rules - without using user-friendly URL

 

You must add your own links to display all news of a certain category in the design of your page. For more information about creating categories, read further.