使用道具 举报
原帖由 paull 于 2006-12-5 21:55 发表 php.ini里 disable_functions = system,exec,passthru,popen,shell_exec,proc_open 禁了这些,会不会有关系?
<VirtualHost yourhostname.com> DocumentRoot "D:\Discuz!EXP\wwwroot\ss-xs" ServerName yourhostname.com <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^/([0-9]+)/spacelist(.*)$ /index.php?$1/action_spacelist$2 RewriteRule ^/([0-9]+)/viewspace_(.+)$ /index.php?$1/action_viewspace_itemid_$2 RewriteRule ^/([0-9]+)/viewbbs_(.+)$ /index.php?$1/action_viewbbs_tid_$2 RewriteRule ^/([0-9]+)/(.*)$ /index.php?$1/$2 RewriteRule ^/([0-9]+)$ /index.php?$1 RewriteRule ^/action_(.+)$ /index.php?action_$1 RewriteRule ^/category_(.+)$ /index.php?action_category_catid_$1 RewriteRule ^/itemlist_(.+)$ /index.php?action_itemlist_catid_$1 RewriteRule ^/viewnews_(.+)$ /index.php?action_viewnews_itemid_$1 RewriteRule ^/viewthread_(.+)$ /index.php?action_viewthread_tid_$1 RewriteRule ^/index([\.a-zA-Z0-9]*)$ /index.php </IfModule> </VirtualHost>
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-9-11 04:08 , Processed in 0.081518 second(s), 12 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.