Hi there,
Is it possible to have search engine friendly urls for news articles?
Thanks
SEF News URLs?
Re: SEF News URLs?
Have you searched the forum for this, it's been discussed many times, turn on pretty URLs if you want them to look nice, default URLs are search friendly...
Re: SEF News URLs?
Hi,
Where can I turn on Pretty URLs?
Thanks
Where can I turn on Pretty URLs?
Thanks
Re: SEF News URLs?
Thanks.
I have managed to get my URLs to display as friendly URLs, but all the pages display Cannot Be Displayed when visited.
Any ideas what could cause this?
I have created the .htaccess and modified the config.php file.
I have managed to get my URLs to display as friendly URLs, but all the pages display Cannot Be Displayed when visited.
Any ideas what could cause this?
I have created the .htaccess and modified the config.php file.
Re: SEF News URLs?
Is your host running Apache? Does it have mod-rewrite turned on?
Another option is:
Not quite as pretty, but better than the alternative.
Also, some hosts (such as GoDaddy) read the .htaccess every 30 minutes or so, so it might not work until things settle.
Another option is:
Code: Select all
$config['url_rewriting'] = 'internal';
Also, some hosts (such as GoDaddy) read the .htaccess every 30 minutes or so, so it might not work until things settle.