Hi Ciaran,
If I change the Search Engine Friendly URLs to yes, the links break within the site. I am using Virtuoso. Is there something I have missed?
Thanks
Peter
- bibbp
- Commercial Templates
- Sunday, 16 November 2014
- Subscribe via email
Hi Peter
Would you have a URL to a example of this issue? Have you tried enabling URL re writing?
Ciarán
Would you have a URL to a example of this issue? Have you tried enabling URL re writing?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Yes, here: http://www.cechealthcarecoding.com/
you will need srap and srap12 to get into the site, front and back.
you will need srap and srap12 to get into the site, front and back.
- more than a month ago
- Commercial Templates
- # 2
Hello
Have you since resolved this issue as your links are now working correctly?
Ciarán
Have you since resolved this issue as your links are now working correctly?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
If I select the About Us menu option, the url is http://www.cechealthcarecoding.com/index.php?option=com_content&view=article&id=101&Itemid=561
I would expect to see http://www.cechealthcarecoding.com/about-us
I believe this means the urls are not SEF (this is confirmed by the option in the global configuration of the website).
If I switch the "Use Search Engine Friendly URLs" to Yes, the About Us now gives an internal server error...
Am I wrong/missing something?
I would expect to see http://www.cechealthcarecoding.com/about-us
I believe this means the urls are not SEF (this is confirmed by the option in the global configuration of the website).
If I switch the "Use Search Engine Friendly URLs" to Yes, the About Us now gives an internal server error...
Am I wrong/missing something?
- more than a month ago
- Commercial Templates
- # 4
Hi Peter
In your Global Config try enabling URL re writing. Please note that for this to work correctly you will need to rename your htaccess.txt to .htaccess in the root of your Joomla installation. This will remove the index.php from your URLs.
Ciarán
In your Global Config try enabling URL re writing. Please note that for this to work correctly you will need to rename your htaccess.txt to .htaccess in the root of your Joomla installation. This will remove the index.php from your URLs.
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Have done that, and it causes the internal error listed above. I have also compared the .htaccess file with a site where it does work, where the following is inserted, and I have tried with it in and out...
<IfModule mod_suphp.c>
suPHP_ConfigPath /
<Files php5.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Apologies but I am out of my depth here.
<IfModule mod_suphp.c>
suPHP_ConfigPath /
<Files php5.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Apologies but I am out of my depth here.
- more than a month ago
- Commercial Templates
- # 6
Hello
The following article is rather old but all the information would be still very relevant.. http://www.scribd.com/doc/2300167/Joomla-v-1-5-Configure-and-troubleshoot-SEF-URLs
Ciarán
The following article is rather old but all the information would be still very relevant.. http://www.scribd.com/doc/2300167/Joomla-v-1-5-Configure-and-troubleshoot-SEF-URLs
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you again Ciaran!
Sorted.
The following line needed to be activated in .htaccess:
RewriteBase /
Sorted.
The following line needed to be activated in .htaccess:
RewriteBase /
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »