Administrators Nathan Posted July 4, 2012 Administrators 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
Administrators Nathan Posted July 5, 2012 Author Administrators Posted July 5, 2012 No one huh? Quote
redinit Posted July 6, 2012 Posted July 6, 2012 I've never used IP.Content, but take a loot at http://www.generateit.net/mod-rewrite/ Quote
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.