Administrators Nathan Posted July 4, 2012 Administrators Share Posted July 4, 2012 Looking for a little help with my .htaccess file here on DeveloperBase. So if you go to the root domain DeveloperBase.net and click on any of the articles it shows a URL structure like this: http://Digitize Design.net/index.html/_/web-development-tools/url-shortner-r42 See how ugly that is? I would like to clean it up some. I'm using IP.Content to run it. Here is my current .htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted July 5, 2012 Author Administrators Share Posted July 5, 2012 No one huh? Quote Link to comment Share on other sites More sharing options...
redinit Posted July 6, 2012 Share Posted July 6, 2012 I've never used IP.Content, but take a loot at http://www.generateit.net/mod-rewrite/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.