Problem rewriting links in htaccess |
Hey, I have "index.php?" in my links, I have searched for a solution all over the forum
and I could'nt find something that works for me. "http://mywebsite.com/index.php?video/xxxxxx" I am trying to change it to "http://mywebsite.com/video/xxxxxx" now, I have tried to it in htaccess with no success. RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?/$1 [L] What I am doing wrong? HELP ![]() ![]() |
Messages In This Thread |
Problem rewriting links in htaccess - by chiefdongas - 02-05-2015, 07:57 AM
RE: Problem rewriting links in htaccess - by RogerMore - 02-05-2015, 09:04 AM
RE: Problem rewriting links in htaccess - by egall8 - 02-05-2015, 09:07 AM
RE: Problem rewriting links in htaccess - by chiefdongas - 02-05-2015, 09:53 AM
RE: Problem rewriting links in htaccess - by RogerMore - 02-06-2015, 01:28 AM
RE: Problem rewriting links in htaccess - by chiefdongas - 02-06-2015, 02:03 AM
RE: Problem rewriting links in htaccess - by Sky - 02-06-2015, 02:24 AM
RE: Problem rewriting links in htaccess - by carloscarcamo - 02-06-2015, 09:07 AM
|