Welcome Guest, Not a member yet? Register   Sign In
How to remove index.php from url
#11

[eluser]InsiteFX[/eluser]
./apache/conf/httpd.conf
make sure LoadModule rewrite_module modules/mod_rewrite.so does not have a # sign in front of it.

Depending on system the extensin may be either .so or .c
#12

[eluser]premedios[/eluser]
I got it working. I had to put .htaccess in the root folder of the installation. In my case was in the "blog" directory. This is my .htaccess contents:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /blog/index.php/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB