Tagged Questions
2
votes
2answers
112 views
clean urls issue using .htaccess in php project
I am working on a php laravel project. I am currently facing issues with .htaccess file. I have following .htaccess
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
...
3
votes
2answers
87 views
Increase Servers folder depth limit for running scripts?
I have a CMS on my site that utilises TinyMCE (the WYSIWYG text editor). The issue is that TinyMCE cannot browse for files (example: images) on the web server. I get the error:
Error 324 ...
0
votes
3answers
978 views
My php.ini configuration is being ignored - how can I override the error reporting level in my PHP scripts?
Just migrated to a new server, and its error reporting level for PHP is higher than the server we migrated from. It's showing warnings and notes about deprecated PHP.
While obviously, the long term ...