Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Not Found The requested URL was not found on this server angular routing when going back to site from ecternal source

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Not #Found #The #requested #URL #server #angular #routing #site #ecternal #source
ADD COMMENT
Topic
Name
4+6 =