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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.