Hi, I’m using dist ubuntu 12.04 and 13.04 witch apache 2.22 and php 5.4.9, but url friend not work My installation sudo a2enmod rewrite sudo /etc/apache2/sites-available/default Update AllowOverride None to AllowOverride All
my .htacess RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ sessao.php
My request does not arrive at sessao.php!
can Helpe me?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
<blockquote>I get 500 error. </blockquote> What’s the output of <pre>sudo tail /var/log/apache2/error.log</pre>?
News results, <br> <br>If there is neither the. Html or. Php it enters session.php but if one exists. Html or. Corresponding php it falls right in memo
My.htaccess file have permission 777 <br> <br>When you request a page I get 500 error. <br> <br>I have nothing installed on my droplets.
Yes.
Have you restart apache? <br><pre>sudo service apache2 restart</pre>