How to remove "index.php?p=/" from all URLs?
                    Is there any easy way to remove all index.php?p=/ from URLs? Possibly in .htaccess?
Current URL:
http://domain.com/index.php?p=/categories/categoryname
Preferred URL:
http://domain.com/categories/apps
Any easy way to do this?
                Current URL:
http://domain.com/index.php?p=/categories/categoryname
Preferred URL:
http://domain.com/categories/apps
Any easy way to do this?
0          
            This discussion has been closed.
             
         
            
Comments
$Configuration['Garden']['RewriteUrls'] = TRUE;