I am using apache2 (my dummy server) which is already installed with my Debian . Everything is going well, but now the problem is with my .htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
He does not work
I think because of the version of apache2 that I am using, and maybe because of problems with my code or something that I have on config on my server
I want to redirect my url to the index main page if its entry is incorrect or unavailable
debian apache .htaccess mod-rewrite
VIKASH DASH Apr 01 '14 at 22:12 2014-04-01 22:12
source share