News Story link
DSF2 19
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: News Story link
Philipp Esselbach
From: -
Editor
0From: -
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:
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]
Hello,
When I click a story I got something similar as my url http://www.mywebsite.com/contentteller.php/news_story/my_news_story.html
Is there any way to remove /contentteller.php/news_story/ from url to have something like http://www.mywebsite.com/my_news_story.html
Thank You,