Welcome Guest, Not a member yet? Register   Sign In
htaccess for pointed domain
#1

Hi Friends

I have registered a domain on godday and using the hosting service on other service provider. First I have transfer the domain to the hosting provider one and then pointed it to a folder. Now according to the documentation I have included the following code in my htaccess file
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>
Now what I am getting is sometimes the index.php? appears on the urls and sometimes not.

pleas help if I am doing anything wrong.
Reply


Messages In This Thread
htaccess for pointed domain - by manoj.xcelance - 03-21-2016, 03:17 PM
RE: htaccess for pointed domain - by Avenirer - 03-21-2016, 11:43 PM
RE: htaccess for pointed domain - by InsiteFX - 03-23-2016, 12:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB