

ZeProf2Coding
Newbie-
Content count
9 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Articles
Hotfixes
Everything posted by ZeProf2Coding
-
Hello, is this possible to have a "ticket support reply modal" so we can just write the answer like this : Answer.... -- Regards, [ADMIN NAME] [COMPANY NAME] Blablabla Our Discord : https://discord.gg/... Our Website : https://a.whmcs.domain/...
-
Default Ticket Support Reply
ZeProf2Coding replied to ZeProf2Coding's topic in Admin & Configuration Questions
It's not possible to put the same for each admin? -
Default Ticket Support Reply
ZeProf2Coding replied to ZeProf2Coding's topic in Admin & Configuration Questions
yes -
Delete .php extensions from URL
ZeProf2Coding posted a topic in Installation, Upgrade, and Import Support
Hello, I want to delete all .php extensions in the url (except index.php). My actual .htaccess file : ### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### <IfModule mod_rewrite.c> RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / RewriteCond %{THE_REQUEST} ^GET\s.+\.php [NC] RewriteCond %{REQUEST_URI} !^/index\.php [NC] RewriteRule ^(.+)\.php$ /$1 [NE,R=301,L,NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{DOCUMENT_ROOT}/$1.php -f RewriteRule ^(.*?)/?$ $1.php [L] </IfModule> ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### But this happens when I try to go on "Espace Client" -
Delete .php extensions from URL
ZeProf2Coding replied to ZeProf2Coding's topic in Installation, Upgrade, and Import Support
@WHMCS ChrisD Can you help me please? -
Would it be possible to add the possibility of having 2 separate emails for the same language for both sexes. This will allow us to be closer to the customer. Especially in French where we have a difference in "Dear" for both sexes.
-
Delete .php extensions from URL
ZeProf2Coding replied to ZeProf2Coding's topic in Installation, Upgrade, and Import Support
And my file : ### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### <IfModule mod_rewrite.c> RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / # Remove .php from browser address bar via redirect RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{THE_REQUEST} \s/+(.+?)\.php[\s?] [NC] RewriteRule ^ /%1 [R=301,NE,L] # Rewrite requests without .php to their real file RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.+?)/?$ $1.php [L] </IfModule> ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### -
Delete .php extensions from URL
ZeProf2Coding replied to ZeProf2Coding's topic in Installation, Upgrade, and Import Support
Yes but this doesn't delete the ".php" extensions -
Delete .php extensions from URL
ZeProf2Coding replied to ZeProf2Coding's topic in Installation, Upgrade, and Import Support
I can't login to my admin page anymore ! @steven99