This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

News Story link


Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: News Story link
avatar
Editor
0
From: -
It is possible to change the url from /contentteller.php/news_story/my_news_story.html to /news_story/my_news_story.html with mod_rewrite.

To enable the mod_rewrite option:
1) Enable "Use mod_rewrite for SEO URLs" under Manage Websites => Edit
2) Rename htaccess.txt to .htaccess and comment out the following lines:

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(cadmin|jscripts|images|sitemap)/
RewriteRule ^(.+)$ contentteller.php [L,QSA]

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.