Results 1 to 3 of 3
-
16th Jan 2012, 08:59 PM #1OPMemberWebsite's:
hajarbos.com rivawarez.comSEO urls for autoindex php script
I was making an direct download site with autoindex php script
I need to change the urls to be more seo friendly with htaccess or php
This is the default url when we click a directory (for example music)
http://domain.com/index.php?dir=music/
Can we make the url to be like this ?
http://domain.com/music/
Demo site
using htaccess should do the trick,but I dont know what code should I put in the htaccess fileCradle2deGrave Reviewed by Cradle2deGrave on . SEO urls for autoindex php script I was making an direct download site with autoindex php script I need to change the urls to be more seo friendly with htaccess or php This is the default url when we click a directory (for example music) http://domain.com/index.php?dir=music/ Can we make the url to be like this ? http://domain.com/music/ Rating: 5
-
16th Jan 2012, 09:27 PM #2MemberWebsite's:
HD-Streaming.org
-
18th Jan 2012, 04:57 PM #3Respected MemberWebsite's:
DL4Everything.com Soft2050.inPlace this in .htaccess file
Code:RewriteEngine On RewriteRule ^(.*)$ index.php?dir=$1 [L]
And code for that:
Code:RewriteEngine On RewriteRule ^dir/(.*)$ index.php?dir=$1 [L]
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
VBSEO Urls
By viruz99 in forum Technical Help Desk SupportReplies: 0Last Post: 13th Nov 2011, 02:15 PM -
Valid URLs
By Chris2k in forum Web Development AreaReplies: 7Last Post: 21st Jul 2011, 03:34 PM -
Issues with Recaptcha API urls
By NewEraCracker in forum Feedback and SuggestionsReplies: 1Last Post: 19th May 2011, 02:50 PM -
Re-write some URLs
By Chris2k in forum Web Application/Script SupportReplies: 4Last Post: 27th Mar 2011, 12:59 AM -
Blocked URLs
By Sun!l in forum Legal IssuesReplies: 2Last Post: 28th Feb 2010, 09:54 AM
themaRegister - register to forums...
Version 3.54 released. Open older version (or...