mod rewrite profile johncms

  1. Admin

    Share mod rewrite profile johncms haycuc

    Vào public_html/.htaccess thêm đoạn sau vào dưới cùng RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)?$ /users/profile.php?wl=$1 [NC,L] Vào incfiles/classes/bbcode.php tìm $var = self::highlight_code($var); Thêm vào sau đoạn trên code sau...
Back
Top