trewhost Posted November 23, 2016 Share Posted November 23, 2016 Announcements list full view not opening in 7.0.1 I attached screenshot. http://www.trewhost.com/members/announcements/4/Important-Impact-of-Service-Tax-Policy-Revision.html 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 23, 2016 Share Posted November 23, 2016 I assume you haven't made changes to your .htaccess file from previous versions? it looks like a redirection issue to me as the links work fine in the rss feed (which don't use htaccess redirection). 0 Quote Link to comment Share on other sites More sharing options...
trewhost Posted November 23, 2016 Author Share Posted November 23, 2016 Hi brian, Where to change in file .htaccess ? - - - Updated - - - I Found my WHMCS location "htaccess.txt" in that text what is whange this: RewriteEngine On # Announcements RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC] RewriteRule ^announcements$ ./announcements.php [L,NC] # Downloads RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^downloads$ ./downloads.php [L,NC] # Knowledgebase RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC] RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC] # OpenID Discovery Document (http://openid.net/specs/openid-connect-discovery-1_0.html) RewriteRule ^.well-known/openid-configuration ./oauth/openid-configuration.php [L,NC] 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 24, 2016 Share Posted November 24, 2016 the first step is to rename htaccess.txt to .htaccess - that should make the file work. unfortunately, there isn't a .htaccess code that will work for all server types - it often depends on your server. http://docs.whmcs.com/Support_Center#Search_Engine_Friendly_URLS 0 Quote Link to comment Share on other sites More sharing options...
trewhost Posted November 30, 2016 Author Share Posted November 30, 2016 Hi brian! I am trying to rename htaccess.txt to .htaccess not working... 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 30, 2016 Share Posted November 30, 2016 does .htaccess already exist ? if redirecting is occurring, then it likely does and you've previously renamed htaccess.txt to .htaccess ..... or you already have a .htaccess file there. 0 Quote Link to comment Share on other sites More sharing options...
trewhost Posted December 1, 2016 Author Share Posted December 1, 2016 Hi brian!, Yes no after previously not there .htaccess. Previously htaccess.txt I changed htaccess.txt to .htaccess After changed also not working... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.