Jump to content

Full friendly rewrite not working


horamon

Recommended Posts

Hi everyone,

I'm trying to get full friendly rewrite working, but for the life of me I can't get it to work. The environment inspection will show me this:

image.png.1d71709fa5935920e729624e7ff92f5a.png

For the of my .htaccess file I use the automated option. The command httpd -M | grep rewrite_module shows me that mod_rewrite is enabled.

Any suggestions on where I can look next? I also tried adding Options -Multiviews +FollowSymLinks as suggested somewhere, but with multiviews my apache fails to start and with just +FollowSymLinks I'm having the same issue.

Link to comment
Share on other sites

@WHMCS John

Thanks for your reply! I appreciated you taking your time to help me.

I've enabled mod_rewrite logging as you've suggested with a trace6 level. In my logs I see some stuff that seems a bit reminiscent of things I'd use the awk-command for, but nothing that seems to indicate an url is rewritten entirely.
Shouldn't I first be able to get a green checkmark before this specific log data comes into play?

I should perhaps have added that I'm trying to rewrite an url of this structure: cart.php?a=add&domain=register If I'd be able to use the product and product group friendly urls as described here, that'd also work for me, but if I'm not mistaken that only applies to hosting options and not domain registration?

For completeness sake, here's my log entry with IP and domain information anonymized:

[Fri Sep 09 13:01:21.824882 2022] [rewrite:trace3] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/cart.php -> cart.php, referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:21.824933 2022] [rewrite:trace3] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] applying pattern '^(.+[^/])$' to uri 'cart.php', referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:21.824951 2022] [rewrite:trace4] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/cart.php' pattern='-d' => not-matched, referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:21.824958 2022] [rewrite:trace3] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/cart.php -> cart.php, referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:21.824965 2022] [rewrite:trace3] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] applying pattern '^.*$' to uri 'cart.php', referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:21.824976 2022] [rewrite:trace4] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/cart.php' pattern='!-f' => not-matched, referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:21.824983 2022] [rewrite:trace1] [pid 4090100:tid 139726652679936] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0004c20/initial] [perdir /var/www/html/example.com.com/] pass through /var/www/html/example.com.com/cart.php, referer: http://123.123.123.123/index.php
[Fri Sep 09 13:01:22.201459 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/templates/orderforms/example/css/all.min.css -> templates/orderforms/example/css/all.min.css, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201502 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] applying pattern '^(.+[^/])$' to uri 'templates/orderforms/example/css/all.min.css', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201520 2022] [rewrite:trace4] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/templates/orderforms/example/css/all.min.css' pattern='-d' => not-matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201528 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/templates/orderforms/example/css/all.min.css -> templates/orderforms/example/css/all.min.css, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201548 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] applying pattern '^.*$' to uri 'templates/orderforms/example/css/all.min.css', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201561 2022] [rewrite:trace4] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/templates/orderforms/example/css/all.min.css' pattern='!-f' => matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201571 2022] [rewrite:trace4] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/templates/orderforms/example/css/all.min.css' pattern='!-d' => matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201583 2022] [rewrite:trace4] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='templates/orderforms/example/css/all.min.css#/templates/orderforms/example/css/all.min.css' pattern='([^#]*)#(.*)\\1$' => matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201591 2022] [rewrite:trace2] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] rewrite 'templates/orderforms/example/css/all.min.css' -> '/index.php', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201600 2022] [rewrite:trace2] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] trying to replace prefix /var/www/html/example.com.com/ with /, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201608 2022] [rewrite:trace2] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] trying to replace context docroot /var/www/html/example.com.com/ with context prefix , referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201614 2022] [rewrite:trace1] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e000ad80/initial] [perdir /var/www/html/example.com.com/] internal redirect with /index.php [INTERNAL REDIRECT], referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201681 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/index.php -> index.php, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201691 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] applying pattern '^(.+[^/])$' to uri 'index.php', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201707 2022] [rewrite:trace4] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/index.php' pattern='-d' => not-matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201743 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/index.php -> index.php, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201751 2022] [rewrite:trace3] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] applying pattern '^.*$' to uri 'index.php', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201764 2022] [rewrite:trace4] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/index.php' pattern='!-f' => not-matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.201771 2022] [rewrite:trace1] [pid 4090100:tid 139726644287232] mod_rewrite.c(482): [client 86.81.xx.xxxx:53579] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14e0018800/initial/redir#1] [perdir /var/www/html/example.com.com/] pass through /var/www/html/example.com.com/index.php, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206490 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] add path info postfix: /var/www/html/example.com.com/templates/orderforms/example/js -> /var/www/html/example.com.com/templates/orderforms/example/js/scripts.min.js, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206513 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/templates/orderforms/example/js/scripts.min.js -> templates/orderforms/example/js/scripts.min.js, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206521 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] applying pattern '^(.+[^/])$' to uri 'templates/orderforms/example/js/scripts.min.js', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206535 2022] [rewrite:trace4] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/templates/orderforms/example/js' pattern='-d' => not-matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206542 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] add path info postfix: /var/www/html/example.com.com/templates/orderforms/example/js -> /var/www/html/example.com.com/templates/orderforms/example/js/scripts.min.js, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206555 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/templates/orderforms/example/js/scripts.min.js -> templates/orderforms/example/js/scripts.min.js, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206562 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] applying pattern '^.*$' to uri 'templates/orderforms/example/js/scripts.min.js', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206573 2022] [rewrite:trace4] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/templates/orderforms/example/js' pattern='!-f' => matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206583 2022] [rewrite:trace4] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/templates/orderforms/example/js' pattern='!-d' => matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206594 2022] [rewrite:trace4] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] RewriteCond: input='templates/orderforms/example/js/scripts.min.js#/templates/orderforms/example/js/scripts.min.js' pattern='([^#]*)#(.*)\\1$' => matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206601 2022] [rewrite:trace2] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] rewrite 'templates/orderforms/example/js/scripts.min.js' -> '/index.php', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206609 2022] [rewrite:trace2] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] trying to replace prefix /var/www/html/example.com.com/ with /, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206616 2022] [rewrite:trace2] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] trying to replace context docroot /var/www/html/example.com.com/ with context prefix , referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206622 2022] [rewrite:trace1] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc006ec0/initial] [perdir /var/www/html/example.com.com/] internal redirect with /index.php [INTERNAL REDIRECT], referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206702 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/index.php -> index.php, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206735 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] applying pattern '^(.+[^/])$' to uri 'index.php', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206753 2022] [rewrite:trace4] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/index.php' pattern='-d' => not-matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206761 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] strip per-dir prefix: /var/www/html/example.com.com/index.php -> index.php, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206767 2022] [rewrite:trace3] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] applying pattern '^.*$' to uri 'index.php', referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206778 2022] [rewrite:trace4] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] RewriteCond: input='/var/www/html/example.com.com/index.php' pattern='!-f' => not-matched, referer: http://123.123.123.123/cart.php?a=add&domain=register
[Fri Sep 09 13:01:22.206785 2022] [rewrite:trace1] [pid 4090315:tid 139727256659712] mod_rewrite.c(482): [client 86.81.xx.xxxx:53582] 86.81.xx.xxx- - [123.123.123.123/sid#55d233cf0368][rid#7f14cc00c728/initial/redir#1] [perdir /var/www/html/example.com.com/] pass through /var/www/html/example.com.com/index.php, referer: http://123.123.123.123/cart.php?a=add&domain=register

 

Link to comment
Share on other sites

  • WHMCS Support Manager

Hi @horamon,

That page doesn't currently have a Friendly Route Path, and regrettably we don't support custom rewrites at present.  however we welcome feature requests online at http://requests.whmcs.com
Feel free to suggest this as a new idea for comment and voting upon by other WHMCS users.

The more votes an idea receives, the more likely it is to be considered by our development team for potential inclusion in a future feature update.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated