View Single Post
  #5  
Old 10-15-2014, 05:58 AM
 
Phil Richman Phil Richman is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 94
 

Default Re: Clean Url settings

Quote:
Originally Posted by totaltec
Phil,
The only thing I see that I don't understand is the abstract declaration.
It also looks like you are missing defining {} brackets around your class itself.

abstract class Converter extends \XLite\Core\Converter implements \XLite\Base\IDecorator
{
Function goes here
}

Other obvious questions are, is this module activated? is it functioning in other ways?

So, I investigated this and was able to successfully change .html to .htm

But when I tried to change it to / it failed 404 error not found. So I think some .htaccess magic is needed in addition to this change.
Thank you very much for your help with this. Your suggestions and advice have been awesome. I added the missing defining brackets and redeployed. Like you I tried .htm just to make sure it was working. this worked fine, so I switched it to the / and like you I got the 404 error. I have been messing with the .htaccess but not having much luck. Is this something you might be able to offer some help with?
__________________
Ver 5.2.6
Reply With Quote