Welcome Guest, Not a member yet? Register   Sign In
.htaccess
#2

[eluser]Sarfaraz Momin[/eluser]
Check if your mod rewrite module is working.

Well this is my .htaccess for XAMPP installation
Code:
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Good Day !!!


Messages In This Thread
.htaccess - by El Forum - 12-17-2007, 06:56 AM
.htaccess - by El Forum - 12-17-2007, 07:18 AM
.htaccess - by El Forum - 12-17-2007, 07:51 AM
.htaccess - by El Forum - 12-17-2007, 07:52 AM
.htaccess - by El Forum - 12-17-2007, 08:44 AM
.htaccess - by El Forum - 12-17-2007, 09:12 AM
.htaccess - by El Forum - 12-17-2007, 09:34 AM
.htaccess - by El Forum - 12-17-2007, 10:29 AM
.htaccess - by El Forum - 12-17-2007, 04:23 PM
.htaccess - by El Forum - 12-17-2007, 09:02 PM
.htaccess - by El Forum - 12-17-2007, 09:05 PM
.htaccess - by El Forum - 12-17-2007, 09:10 PM
.htaccess - by El Forum - 12-18-2007, 12:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB