我在apache2中有一个带有php5的debian服务器,我想使用soap扩展.
我安装了soap扩展# sudo apt-get install php-soap,
我修改了php.ini extension=php_soap.so
并重置了apache.
但我检查phpinfo和肥皂扩展不在phpinfo.此外,我在服务器上搜索soap.so文件,它没有出现.
谢谢你,对不起我的英语
这是重写规则在.htaccess中不起作用:
RewriteCond %{REQUEST_URI} ^/magento/resultados-busqueda/
RewriteRule resultados-busqueda/(.*) /magento/index.php/catalogsearch/result/$1 [L,QSA,NC]
Run Code Online (Sandbox Code Playgroud)
如果我添加[R]标志,它可以正常工作,但没有[R]则不起作用。
请帮忙!!
对不起我的英语不好。
谢谢!