Jump to content

Recommended Posts

  • Administrators
Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...