Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Add index.php to URL
#5
@shawn_a

I tried .htaccess:

Quote:RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^index.php/(.*)$ $1 [R=301,L]
RewriteRule ([A-Za-z0-9-]+).html$ index.php?id=$1 [QSA,L]

In Admin CP Custom Permalink Structure::

Quote:index.php/%parent%/%slug%.html

And It working with index.php/ in url!

This Link: http://demo.com/index.php/parentdemo/demo.html

Now is working. But i don't know it optimized or not
Reply


Messages In This Thread
Add index.php to URL - by loveelok - 2014-11-15, 14:58:58
RE: Add index.php to URL - by shawn_a - 2014-11-16, 00:04:27
RE: Add index.php to URL - by loveelok - 2014-11-17, 01:33:55
RE: Add index.php to URL - by shawn_a - 2014-11-17, 01:45:38
RE: Add index.php to URL - by loveelok - 2014-11-17, 14:32:39



Users browsing this thread: 1 Guest(s)